Html Css Color HEX #A66F17 Golden Brown

📋 copy color: '#A66F17'

red 166 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #A66F17

Tints of Golden Brown #A66F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

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

R = 55.33%
G = 37%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A66F17 (or 0xA66F17) is known color: Golden Brown. HEX triplet: A6, 6F and 17. RGB value is (166,111,23). Sum of RGB (Red+Green+Blue) = 166+111+23=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F17 is #5990E8. Grayscale: #757575. Windows color (decimal): -5869801 or 1535910. OLE color: 1535910.

HSL color Cylindrical-coordinate representation of color #A66F17: hue angle of 36.92º 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 #A66F17 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 23 -
CMYK 0 0.33 0.86 0.35
HSL 36.92º 0.76% 0.37% -
HSV(B) 36.92º 0.86% 0.65% -
XYZ 21.56 19.54 3.45 -
YUV 117.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 166 111 23 0 0.33 0.86 0.35 36.92 0.76 0.37
Hex A6 6F 17 0 21 56 23 25 4C 25
Octal 246 157 27 0 41 126 43 45 114 45
Binary 10100110 1101111 10111 0 100001 1010110 100011 100101 1001100 100101

Color Harmonies of #A66F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F17

Black with #A66F17

Text Example


Text Example

White with #A66F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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