Html Css Color HEX #A0AF16 Citrus

📋 copy color: '#A0AF16'

red 160 ◦ green 175 ◦ blue 22

#A0AF16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A0AF16

Tints of Citrus #A0AF16

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 44.82%
G = 49.02%
B = 6.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A0AF16 (or 0xA0AF16) is known color: Citrus. HEX triplet: A0, AF and 16. RGB value is (160,175,22). Sum of RGB (Red+Green+Blue) = 160+175+22=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF16 is #5F50E9. Grayscale: #999999. Windows color (decimal): -6246634 or 1486752. OLE color: 1486752.

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

Color convert

RGB 160 175 22 -
CMYK 0.09 0 0.87 0.31
HSL 65.88º 0.78% 0.39% -
HSV(B) 65.88º 0.87% 0.69% -
XYZ 29.97 38.19 6.55 -
YUV 153.07 54.03 132.94 -
System Red Green Blue C M Y K H S L
Decimal 160 175 22 0.09 0 0.87 0.31 65.88 0.78 0.39
Hex A0 AF 16 9 0 57 1F 42 4E 27
Octal 240 257 26 11 0 127 37 102 116 47
Binary 10100000 10101111 10110 1001 0 1010111 11111 1000010 1001110 100111

Color Harmonies of #A0AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF16

Black with #A0AF16

Text Example


Text Example

White with #A0AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF16; }

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

 H1.HeaderClassName
 {
   color: #A0AF16;
 }
 .AnyTagClassName
 {
   color: #A0AF16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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