#A4AA08

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

Shades of Citrus #A4AA08

Tints of Citrus #A4AA08

Color information

#A4AA08 (or 0xA4AA08) is unknown color: approx Citrus. HEX triplet: A4, AA and 08. RGB value is (164,170,8). Sum of RGB (Red+Green+Blue) = 164+170+8=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AA08 is #5B55F7. Grayscale: #969696. Windows color (decimal): -5985784 or 567972. OLE color: 567972.

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

Color convert

RGB1641708-
CMYK0.0400.950.33
HSL62.22º91.01%34.9%-
HSV(B)62.22º95.29%66.67%-
XYZ29.7336.665.74-
YUV149.7448.01138.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 170 (66.80% from 255) = 49.71%
BLUE value IS 8 (3.52% from 255) = 2.34%
R=47.95%
G=49.71%
B=2.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16417080.0400.950.3362.2291.0134.9
HexA4AA8405F213e5b23
Octal2442521040137417613343
Binary10100100101010101000100010111111000011111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA08; }

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

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

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

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

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

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

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

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