Html Css Color HEX #A66720 Golden Brown

📋 copy color: '#A66720'

red 166 ◦ green 103 ◦ blue 32

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

Shades of Golden Brown #A66720

Tints of Golden Brown #A66720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 55.15%
G = 34.22%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A66720 (or 0xA66720) is known color: Golden Brown. HEX triplet: A6, 67 and 20. RGB value is (166,103,32). Sum of RGB (Red+Green+Blue) = 166+103+32=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A66720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66720 is #5998DF. Grayscale: #727272. Windows color (decimal): -5871840 or 2123686. OLE color: 2123686.

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

Color convert

RGB 166 103 32 -
CMYK 0 0.38 0.81 0.35
HSL 31.79º 0.68% 0.39% -
HSV(B) 31.79º 0.81% 0.65% -
XYZ 20.84 17.91 3.73 -
YUV 113.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 166 103 32 0 0.38 0.81 0.35 31.79 0.68 0.39
Hex A6 67 20 0 26 51 23 20 44 27
Octal 246 147 40 0 46 121 43 40 104 47
Binary 10100110 1100111 100000 0 100110 1010001 100011 100000 1000100 100111

Color Harmonies of #A66720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66720

Black with #A66720

Text Example


Text Example

White with #A66720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66720; }

 p { color: rgb(166,103,32); }

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

background-color css

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

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

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

border-color css

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

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

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