#A4AA01

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

Shades of Citrus #A4AA01

Tints of Citrus #A4AA01

Color information

#A4AA01 (or 0xA4AA01) is unknown color: approx Citrus. HEX triplet: A4, AA and 01. RGB value is (164,170,1). Sum of RGB (Red+Green+Blue) = 164+170+1=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AA01 is #5B55FE. Grayscale: #959595. Windows color (decimal): -5985791 or 109220. OLE color: 109220.

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

Color convert

RGB1641701-
CMYK0.0400.990.33
HSL62.13º98.83%33.53%-
HSV(B)62.13º99.41%66.67%-
XYZ29.6936.645.54-
YUV148.9444.51138.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=48.96%
G=50.75%
B=0.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16417010.0400.990.3362.1398.8333.53
HexA4AA14063213e6322
Octal244252140143417614342
Binary10100100101010101100011000111000011111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA01; }

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

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

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

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

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

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

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

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