Html Css Color HEX #A66A0B Golden Brown

📋 copy color: '#A66A0B'

red 166 ◦ green 106 ◦ blue 11

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

Shades of Golden Brown #A66A0B

Tints of Golden Brown #A66A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 58.66%
G = 37.46%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A66A0B (or 0xA66A0B) is known color: Golden Brown. HEX triplet: A6, 6A and 0B. RGB value is (166,106,11). Sum of RGB (Red+Green+Blue) = 166+106+11=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A0B is #5995F4. Grayscale: #717171. Windows color (decimal): -5871093 or 748198. OLE color: 748198.

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

Color convert

RGB 166 106 11 -
CMYK 0 0.36 0.93 0.35
HSL 36.77º 0.88% 0.35% -
HSV(B) 36.77º 0.93% 0.65% -
XYZ 20.94 18.44 2.77 -
YUV 113.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 166 106 11 0 0.36 0.93 0.35 36.77 0.88 0.35
Hex A6 6A B 0 24 5D 23 25 58 23
Octal 246 152 13 0 44 135 43 45 130 43
Binary 10100110 1101010 1011 0 100100 1011101 100011 100101 1011000 100011

Color Harmonies of #A66A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A0B

Black with #A66A0B

Text Example


Text Example

White with #A66A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A0B; }

 p { color: rgb(166,106,11); }

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

background-color css

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

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

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

border-color css

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

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

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