Html Css Color HEX #A2A60E Citrus

📋 copy color: '#A2A60E'

red 162 ◦ green 166 ◦ blue 14

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

Shades of Citrus #A2A60E

Tints of Citrus #A2A60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.54%

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

R = 47.37%
G = 48.54%
B = 4.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A2A60E (or 0xA2A60E) is known color: Citrus. HEX triplet: A2, A6 and 0E. RGB value is (162,166,14). Sum of RGB (Red+Green+Blue) = 162+166+14=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A60E is #5D59F1. Grayscale: #949494. Windows color (decimal): -6117874 or 960162. OLE color: 960162.

HSL color Cylindrical-coordinate representation of color #A2A60E: hue angle of 61.58º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2A60E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 166 14 -
CMYK 0.02 0 0.92 0.35
HSL 61.58º 0.84% 0.35% -
HSV(B) 61.58º 0.92% 0.65% -
XYZ 28.62 34.99 5.66 -
YUV 147.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 162 166 14 0.02 0 0.92 0.35 61.58 0.84 0.35
Hex A2 A6 E 2 0 5C 23 3E 54 23
Octal 242 246 16 2 0 134 43 76 124 43
Binary 10100010 10100110 1110 10 0 1011100 100011 111110 1010100 100011

Color Harmonies of #A2A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A60E

Black with #A2A60E

Text Example


Text Example

White with #A2A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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