Html Css Color HEX #A2AA0D Citrus

📋 copy color: '#A2AA0D'

red 162 ◦ green 170 ◦ blue 13

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

Shades of Citrus #A2AA0D

Tints of Citrus #A2AA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 46.96%
G = 49.28%
B = 3.77%

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

#A2AA0D (or 0xA2AA0D) is known color: Citrus. HEX triplet: A2, AA and 0D. RGB value is (162,170,13). Sum of RGB (Red+Green+Blue) = 162+170+13=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA0D is #5D55F2. Grayscale: #969696. Windows color (decimal): -6116851 or 895650. OLE color: 895650.

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

Color convert

RGB 162 170 13 -
CMYK 0.05 0 0.92 0.33
HSL 63.06º 0.86% 0.36% -
HSV(B) 63.06º 0.92% 0.67% -
XYZ 29.35 36.46 5.87 -
YUV 149.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 162 170 13 0.05 0 0.92 0.33 63.06 0.86 0.36
Hex A2 AA D 5 0 5C 21 3F 56 24
Octal 242 252 15 5 0 134 41 77 126 44
Binary 10100010 10101010 1101 101 0 1011100 100001 111111 1010110 100100

Color Harmonies of #A2AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA0D

Black with #A2AA0D

Text Example


Text Example

White with #A2AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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