Html Css Color HEX #A2AB0E Citrus

📋 copy color: '#A2AB0E'

red 162 ◦ green 171 ◦ blue 14

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

Shades of Citrus #A2AB0E

Tints of Citrus #A2AB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 46.69%
G = 49.28%
B = 4.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A2AB0E (or 0xA2AB0E) is known color: Citrus. HEX triplet: A2, AB and 0E. RGB value is (162,171,14). Sum of RGB (Red+Green+Blue) = 162+171+14=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB0E is #5D54F1. Grayscale: #979797. Windows color (decimal): -6116594 or 961442. OLE color: 961442.

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

Color convert

RGB 162 171 14 -
CMYK 0.05 0 0.92 0.33
HSL 63.44º 0.85% 0.36% -
HSV(B) 63.44º 0.92% 0.67% -
XYZ 29.54 36.84 5.97 -
YUV 150.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 162 171 14 0.05 0 0.92 0.33 63.44 0.85 0.36
Hex A2 AB E 5 0 5C 21 3F 55 24
Octal 242 253 16 5 0 134 41 77 125 44
Binary 10100010 10101011 1110 101 0 1011100 100001 111111 1010101 100100

Color Harmonies of #A2AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB0E

Black with #A2AB0E

Text Example


Text Example

White with #A2AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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