Html Css Color HEX #A2AB0A Citrus

📋 copy color: '#A2AB0A'

red 162 ◦ green 171 ◦ blue 10

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

Shades of Citrus #A2AB0A

Tints of Citrus #A2AB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 47.23%
G = 49.85%
B = 2.92%

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

#A2AB0A (or 0xA2AB0A) is known color: Citrus. HEX triplet: A2, AB and 0A. RGB value is (162,171,10). Sum of RGB (Red+Green+Blue) = 162+171+10=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB0A is #5D54F5. Grayscale: #969696. Windows color (decimal): -6116598 or 699298. OLE color: 699298.

HSL color Cylindrical-coordinate representation of color #A2AB0A: hue angle of 63.35º degrees, saturation: 0.89, 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 #A2AB0A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 10 -
CMYK 0.05 0 0.94 0.33
HSL 63.35º 0.89% 0.35% -
HSV(B) 63.35º 0.94% 0.67% -
XYZ 29.52 36.83 5.84 -
YUV 149.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 162 171 10 0.05 0 0.94 0.33 63.35 0.89 0.35
Hex A2 AB A 5 0 5E 21 3F 59 23
Octal 242 253 12 5 0 136 41 77 131 43
Binary 10100010 10101011 1010 101 0 1011110 100001 111111 1011001 100011

Color Harmonies of #A2AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB0A

Black with #A2AB0A

Text Example


Text Example

White with #A2AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB0A; }

 p { color: rgb(162,171,10); }

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

background-color css

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

 a { background-color: rgb(162,171,10); }

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

border-color css

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

 span { border-color: rgb(162,171,10); }

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