#A0AF0F

Color #A0AF0F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A0AF0F

Tints of Citrus #A0AF0F

Color information

#A0AF0F (or 0xA0AF0F) is unknown color: approx Citrus. HEX triplet: A0, AF and 0F. RGB value is (160,175,15). Sum of RGB (Red+Green+Blue) = 160+175+15=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF0F is #5F50F0. Grayscale: #989898. Windows color (decimal): -6246641 or 1028000. OLE color: 1028000.

HSL color Cylindrical-coordinate representation of color #A0AF0F: hue angle of 65.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AF0F is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB16017515-
CMYK0.0900.910.31
HSL65.62º84.21%37.25%-
HSV(B)65.62º91.43%68.63%-
XYZ29.9138.176.24-
YUV152.2850.53133.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 4.29%
R=45.71%
G=50%
B=4.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175150.0900.910.3165.6284.2137.25
HexA0AFF905B1F425425
Octal240257171101333710212445
Binary101000001010111111111001010110111111110000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF0F; }

 p { color: rgb(160,175,15); }

 H1.HeaderClassName
 {
   color: #A0AF0F;
 }
 .AnyTagClassName
 {
   color: #A0AF0F;
 }
</style>
background-color css

<style>
 a { background-color: #A0AF0F; }

 a { background-color: rgb(160,175,15); }

 div.DivClassName
 {
   background-color: #A0AF0F;
 }
 .BgClassName
 {
   background-color: #A0AF0F;
 }
</style>
border-color css

<style>
 span { border-color: #A0AF0F; }

 span { border-color: rgb(160,175,15); }

 td.TdClassName
 {
   border-color: #A0AF0F;
 }
 .TagClassName
 {
   border-color: #A0AF0F;
 }
</style>