Html Css Color HEX #A6AA0A Citrus

📋 copy color: '#A6AA0A'

red 166 ◦ green 170 ◦ blue 10

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

Shades of Citrus #A6AA0A

Tints of Citrus #A6AA0A

RGB

 RED value IS 166 (65.23% from 255) = 47.98%

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

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

R = 47.98%
G = 49.13%
B = 2.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#A6AA0A (or 0xA6AA0A) is known color: Citrus. HEX triplet: A6, AA and 0A. RGB value is (166,170,10). Sum of RGB (Red+Green+Blue) = 166+170+10=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA0A is #5955F5. Grayscale: #979797. Windows color (decimal): -5854710 or 699046. OLE color: 699046.

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

Color convert

RGB 166 170 10 -
CMYK 0.02 0 0.94 0.33
HSL 61.5º 0.89% 0.35% -
HSV(B) 61.5º 0.94% 0.67% -
XYZ 30.16 36.88 5.82 -
YUV 150.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 166 170 10 0.02 0 0.94 0.33 61.5 0.89 0.35
Hex A6 AA A 2 0 5E 21 3E 59 23
Octal 246 252 12 2 0 136 41 76 131 43
Binary 10100110 10101010 1010 10 0 1011110 100001 111110 1011001 100011

Color Harmonies of #A6AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA0A

Black with #A6AA0A

Text Example


Text Example

White with #A6AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA0A; }

 p { color: rgb(166,170,10); }

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

background-color css

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

 a { background-color: rgb(166,170,10); }

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

border-color css

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

 span { border-color: rgb(166,170,10); }

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