Html Css Color HEX #A6AA06 Citrus

📋 copy color: '#A6AA06'

red 166 ◦ green 170 ◦ blue 6

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

Shades of Citrus #A6AA06

Tints of Citrus #A6AA06

RGB

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

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

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

R = 48.54%
G = 49.71%
B = 1.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#A6AA06 (or 0xA6AA06) is known color: Citrus. HEX triplet: A6, AA and 06. RGB value is (166,170,6). Sum of RGB (Red+Green+Blue) = 166+170+6=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA06 is #5955F9. Grayscale: #969696. Windows color (decimal): -5854714 or 436902. OLE color: 436902.

HSL color Cylindrical-coordinate representation of color #A6AA06: hue angle of 61.46º 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 #A6AA06 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 6 -
CMYK 0.02 0 0.96 0.33
HSL 61.46º 0.93% 0.35% -
HSV(B) 61.46º 0.96% 0.67% -
XYZ 30.13 36.87 5.7 -
YUV 150.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 166 170 6 0.02 0 0.96 0.33 61.46 0.93 0.35
Hex A6 AA 6 2 0 60 21 3D 5D 23
Octal 246 252 6 2 0 140 41 75 135 43
Binary 10100110 10101010 110 10 0 1100000 100001 111101 1011101 100011

Color Harmonies of #A6AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA06

Black with #A6AA06

Text Example


Text Example

White with #A6AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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