Html Css Color HEX #A66A0D Golden Brown

📋 copy color: '#A66A0D'

red 166 ◦ green 106 ◦ blue 13

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

Shades of Golden Brown #A66A0D

Tints of Golden Brown #A66A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 58.25%
G = 37.19%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A66A0D (or 0xA66A0D) is known color: Golden Brown. HEX triplet: A6, 6A and 0D. RGB value is (166,106,13). Sum of RGB (Red+Green+Blue) = 166+106+13=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A0D is #5995F2. Grayscale: #717171. Windows color (decimal): -5871091 or 879270. OLE color: 879270.

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

Color convert

RGB 166 106 13 -
CMYK 0 0.36 0.92 0.35
HSL 36.47º 0.85% 0.35% -
HSV(B) 36.47º 0.92% 0.65% -
XYZ 20.95 18.44 2.84 -
YUV 113.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 166 106 13 0 0.36 0.92 0.35 36.47 0.85 0.35
Hex A6 6A D 0 24 5C 23 24 55 23
Octal 246 152 15 0 44 134 43 44 125 43
Binary 10100110 1101010 1101 0 100100 1011100 100011 100100 1010101 100011

Color Harmonies of #A66A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A0D

Black with #A66A0D

Text Example


Text Example

White with #A66A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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