#A4AA17

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

Shades of Citrus #A4AA17

Tints of Citrus #A4AA17

Color information

#A4AA17 (or 0xA4AA17) is unknown color: approx Citrus. HEX triplet: A4, AA and 17. RGB value is (164,170,23). Sum of RGB (Red+Green+Blue) = 164+170+23=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AA17 is #5B55E8. Grayscale: #989898. Windows color (decimal): -5985769 or 1551012. OLE color: 1551012.

HSL color Cylindrical-coordinate representation of color #A4AA17: hue angle of 62.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4AA17 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB16417023-
CMYK0.0400.860.33
HSL62.45º76.17%37.84%-
HSV(B)62.45º86.47%66.67%-
XYZ29.8436.76.32-
YUV151.4555.51136.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 23 (9.38% from 255) = 6.44%
R=45.94%
G=47.62%
B=6.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170230.0400.860.3362.4576.1737.84
HexA4AA174056213e4c26
Octal2442522740126417611446
Binary101001001010101010111100010101101000011111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA17; }

 p { color: rgb(164,170,23); }

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

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

 a { background-color: rgb(164,170,23); }

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

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

 span { border-color: rgb(164,170,23); }

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