#A4A204

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

Shades of Citrus #A4A204

Tints of Citrus #A4A204

Color information

#A4A204 (or 0xA4A204) is unknown color: approx Citrus. HEX triplet: A4, A2 and 04. RGB value is (164,162,4). Sum of RGB (Red+Green+Blue) = 164+162+4=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A204 is #5B5DFB. Grayscale: #919191. Windows color (decimal): -5987836 or 303780. OLE color: 303780.

HSL color Cylindrical-coordinate representation of color #A4A204: hue angle of 59.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4A204 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1641624-
CMYK00.010.980.36
HSL59.25º95.24%32.94%-
HSV(B)59.25º97.56%64.31%-
XYZ28.2533.745.14-
YUV144.5948.66141.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=49.70%
G=49.09%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164162400.010.980.3659.2595.2432.94
HexA4A240162243b5f21
Octal244242401142447313741
Binary10100100101000101000111000101001001110111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A204; }

 p { color: rgb(164,162,4); }

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

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

 a { background-color: rgb(164,162,4); }

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

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

 span { border-color: rgb(164,162,4); }

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