Html Css Color HEX #A2AE0A Citrus

📋 copy color: '#A2AE0A'

red 162 ◦ green 174 ◦ blue 10

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

Shades of Citrus #A2AE0A

Tints of Citrus #A2AE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.29%

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

R = 46.82%
G = 50.29%
B = 2.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#A2AE0A (or 0xA2AE0A) is known color: Citrus. HEX triplet: A2, AE and 0A. RGB value is (162,174,10). Sum of RGB (Red+Green+Blue) = 162+174+10=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AE0A is #5D51F5. Grayscale: #989898. Windows color (decimal): -6115830 or 700066. OLE color: 700066.

HSL color Cylindrical-coordinate representation of color #A2AE0A: hue angle of 64.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2AE0A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 10 -
CMYK 0.07 0 0.94 0.32
HSL 64.39º 0.89% 0.36% -
HSV(B) 64.39º 0.94% 0.68% -
XYZ 30.09 37.98 6.03 -
YUV 151.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 162 174 10 0.07 0 0.94 0.32 64.39 0.89 0.36
Hex A2 AE A 7 0 5E 20 40 59 24
Octal 242 256 12 7 0 136 40 100 131 44
Binary 10100010 10101110 1010 111 0 1011110 100000 1000000 1011001 100100

Color Harmonies of #A2AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE0A

Black with #A2AE0A

Text Example


Text Example

White with #A2AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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