Html Css Color HEX #A66A17 Golden Brown

📋 copy color: '#A66A17'

red 166 ◦ green 106 ◦ blue 23

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

Shades of Golden Brown #A66A17

Tints of Golden Brown #A66A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 56.27%
G = 35.93%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A66A17 (or 0xA66A17) is known color: Golden Brown. HEX triplet: A6, 6A and 17. RGB value is (166,106,23). Sum of RGB (Red+Green+Blue) = 166+106+23=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A17 is #5995E8. Grayscale: #727272. Windows color (decimal): -5871081 or 1534630. OLE color: 1534630.

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

Color convert

RGB 166 106 23 -
CMYK 0 0.36 0.86 0.35
HSL 34.83º 0.76% 0.37% -
HSV(B) 34.83º 0.86% 0.65% -
XYZ 21.03 18.48 3.27 -
YUV 114.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 166 106 23 0 0.36 0.86 0.35 34.83 0.76 0.37
Hex A6 6A 17 0 24 56 23 23 4C 25
Octal 246 152 27 0 44 126 43 43 114 45
Binary 10100110 1101010 10111 0 100100 1010110 100011 100011 1001100 100101

Color Harmonies of #A66A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A17

Black with #A66A17

Text Example


Text Example

White with #A66A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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