Html Css Color HEX #A6A60A Citrus

📋 copy color: '#A6A60A'

red 166 ◦ green 166 ◦ blue 10

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

Shades of Citrus #A6A60A

Tints of Citrus #A6A60A

RGB

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

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

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

R = 48.54%
G = 48.54%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6A60A (or 0xA6A60A) is known color: Citrus. HEX triplet: A6, A6 and 0A. RGB value is (166,166,10). Sum of RGB (Red+Green+Blue) = 166+166+10=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A60A is #5959F5. Grayscale: #949494. Windows color (decimal): -5855734 or 698022. OLE color: 698022.

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

Color convert

RGB 166 166 10 -
CMYK 0 0 0.94 0.35
HSL 60º 0.89% 0.35% -
HSV(B) 60º 0.94% 0.65% -
XYZ 29.42 35.4 5.57 -
YUV 148.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 166 166 10 0 0 0.94 0.35 60 0.89 0.35
Hex A6 A6 A 0 0 5E 23 3C 59 23
Octal 246 246 12 0 0 136 43 74 131 43
Binary 10100110 10100110 1010 0 0 1011110 100011 111100 1011001 100011

Color Harmonies of #A6A60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A60A

Black with #A6A60A

Text Example


Text Example

White with #A6A60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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