Html Css Color HEX #A1AF16 Citrus

📋 copy color: '#A1AF16'

red 161 ◦ green 175 ◦ blue 22

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

Shades of Citrus #A1AF16

Tints of Citrus #A1AF16

RGB

 RED value IS 161 (63.28% from 255) = 44.97%

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

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

R = 44.97%
G = 48.88%
B = 6.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A1AF16 (or 0xA1AF16) is known color: Citrus. HEX triplet: A1, AF and 16. RGB value is (161,175,22). Sum of RGB (Red+Green+Blue) = 161+175+22=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF16 is #5E50E9. Grayscale: #999999. Windows color (decimal): -6181098 or 1486753. OLE color: 1486753.

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

Color convert

RGB 161 175 22 -
CMYK 0.08 0 0.87 0.31
HSL 65.49º 0.78% 0.39% -
HSV(B) 65.49º 0.87% 0.69% -
XYZ 30.17 38.29 6.56 -
YUV 153.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 161 175 22 0.08 0 0.87 0.31 65.49 0.78 0.39
Hex A1 AF 16 8 0 57 1F 41 4E 27
Octal 241 257 26 10 0 127 37 101 116 47
Binary 10100001 10101111 10110 1000 0 1010111 11111 1000001 1001110 100111

Color Harmonies of #A1AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF16

Black with #A1AF16

Text Example


Text Example

White with #A1AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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