Html Css Color HEX #A8AF16 Citrus

📋 copy color: '#A8AF16'

red 168 ◦ green 175 ◦ blue 22

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

Shades of Citrus #A8AF16

Tints of Citrus #A8AF16

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

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

R = 46.03%
G = 47.95%
B = 6.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A8AF16 (or 0xA8AF16) is known color: Citrus. HEX triplet: A8, AF and 16. RGB value is (168,175,22). Sum of RGB (Red+Green+Blue) = 168+175+22=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF16 is #5750E9. Grayscale: #9C9C9C. Windows color (decimal): -5722346 or 1486760. OLE color: 1486760.

HSL color Cylindrical-coordinate representation of color #A8AF16: hue angle of 62.75º 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 #A8AF16 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 22 -
CMYK 0.04 0 0.87 0.31
HSL 62.75º 0.78% 0.39% -
HSV(B) 62.75º 0.87% 0.69% -
XYZ 31.62 39.04 6.63 -
YUV 155.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 168 175 22 0.04 0 0.87 0.31 62.75 0.78 0.39
Hex A8 AF 16 4 0 57 1F 3F 4E 27
Octal 250 257 26 4 0 127 37 77 116 47
Binary 10101000 10101111 10110 100 0 1010111 11111 111111 1001110 100111

Color Harmonies of #A8AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF16

Black with #A8AF16

Text Example


Text Example

White with #A8AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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