Html Css Color HEX #A2AA0B Citrus

📋 copy color: '#A2AA0B'

red 162 ◦ green 170 ◦ blue 11

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

Shades of Citrus #A2AA0B

Tints of Citrus #A2AA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.21%

R = 47.23%
G = 49.56%
B = 3.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#A2AA0B (or 0xA2AA0B) is known color: Citrus. HEX triplet: A2, AA and 0B. RGB value is (162,170,11). Sum of RGB (Red+Green+Blue) = 162+170+11=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA0B is #5D55F4. Grayscale: #969696. Windows color (decimal): -6116853 or 764578. OLE color: 764578.

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

Color convert

RGB 162 170 11 -
CMYK 0.05 0 0.94 0.33
HSL 63.02º 0.88% 0.35% -
HSV(B) 63.02º 0.94% 0.67% -
XYZ 29.34 36.46 5.81 -
YUV 149.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 162 170 11 0.05 0 0.94 0.33 63.02 0.88 0.35
Hex A2 AA B 5 0 5E 21 3F 58 23
Octal 242 252 13 5 0 136 41 77 130 43
Binary 10100010 10101010 1011 101 0 1011110 100001 111111 1011000 100011

Color Harmonies of #A2AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA0B

Black with #A2AA0B

Text Example


Text Example

White with #A2AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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