Html Css Color HEX #A2AA06 Citrus

📋 copy color: '#A2AA06'

red 162 ◦ green 170 ◦ blue 6

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

Shades of Citrus #A2AA06

Tints of Citrus #A2AA06

RGB

 RED value IS 162 (63.67% from 255) = 47.93%

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 47.93%
G = 50.3%
B = 1.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A2AA06 (or 0xA2AA06) is known color: Citrus. HEX triplet: A2, AA and 06. RGB value is (162,170,6). Sum of RGB (Red+Green+Blue) = 162+170+6=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA06 is #5D55F9. Grayscale: #959595. Windows color (decimal): -6116858 or 436898. OLE color: 436898.

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

Color convert

RGB 162 170 6 -
CMYK 0.05 0 0.96 0.33
HSL 62.93º 0.93% 0.35% -
HSV(B) 62.93º 0.96% 0.67% -
XYZ 29.31 36.44 5.66 -
YUV 148.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 162 170 6 0.05 0 0.96 0.33 62.93 0.93 0.35
Hex A2 AA 6 5 0 60 21 3F 5D 23
Octal 242 252 6 5 0 140 41 77 135 43
Binary 10100010 10101010 110 101 0 1100000 100001 111111 1011101 100011

Color Harmonies of #A2AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA06

Black with #A2AA06

Text Example


Text Example

White with #A2AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA06; }

 p { color: rgb(162,170,6); }

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

background-color css

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

 a { background-color: rgb(162,170,6); }

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

border-color css

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

 span { border-color: rgb(162,170,6); }

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