Html Css Color HEX #A0AA06 Citrus

📋 copy color: '#A0AA06'

red 160 ◦ green 170 ◦ blue 6

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

Shades of Citrus #A0AA06

Tints of Citrus #A0AA06

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

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

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 47.62%
G = 50.6%
B = 1.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A0AA06 (or 0xA0AA06) is known color: Citrus. HEX triplet: A0, AA and 06. RGB value is (160,170,6). Sum of RGB (Red+Green+Blue) = 160+170+6=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA06 is #5F55F9. Grayscale: #949494. Windows color (decimal): -6247930 or 436896. OLE color: 436896.

HSL color Cylindrical-coordinate representation of color #A0AA06: hue angle of 63.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0AA06 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 6 -
CMYK 0.06 0 0.96 0.33
HSL 63.66º 0.93% 0.35% -
HSV(B) 63.66º 0.96% 0.67% -
XYZ 28.9 36.24 5.64 -
YUV 148.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 160 170 6 0.06 0 0.96 0.33 63.66 0.93 0.35
Hex A0 AA 6 6 0 60 21 40 5D 23
Octal 240 252 6 6 0 140 41 100 135 43
Binary 10100000 10101010 110 110 0 1100000 100001 1000000 1011101 100011

Color Harmonies of #A0AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA06

Black with #A0AA06

Text Example


Text Example

White with #A0AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA06; }

 p { color: rgb(160,170,6); }

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

background-color css

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

 a { background-color: rgb(160,170,6); }

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

border-color css

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

 span { border-color: rgb(160,170,6); }

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