Html Css Color HEX #A5AF16 Citrus

📋 copy color: '#A5AF16'

red 165 ◦ green 175 ◦ blue 22

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

Shades of Citrus #A5AF16

Tints of Citrus #A5AF16

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

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

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

R = 45.58%
G = 48.34%
B = 6.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A5AF16 (or 0xA5AF16) is known color: Citrus. HEX triplet: A5, AF and 16. RGB value is (165,175,22). Sum of RGB (Red+Green+Blue) = 165+175+22=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AF16 is #5A50E9. Grayscale: #9B9B9B. Windows color (decimal): -5918954 or 1486757. OLE color: 1486757.

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

Color convert

RGB 165 175 22 -
CMYK 0.06 0 0.87 0.31
HSL 63.92º 0.78% 0.39% -
HSV(B) 63.92º 0.87% 0.69% -
XYZ 30.99 38.72 6.6 -
YUV 154.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 165 175 22 0.06 0 0.87 0.31 63.92 0.78 0.39
Hex A5 AF 16 6 0 57 1F 40 4E 27
Octal 245 257 26 6 0 127 37 100 116 47
Binary 10100101 10101111 10110 110 0 1010111 11111 1000000 1001110 100111

Color Harmonies of #A5AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF16

Black with #A5AF16

Text Example


Text Example

White with #A5AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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