Html Css Color HEX #A65611 Golden Brown

📋 copy color: '#A65611'

red 166 ◦ green 86 ◦ blue 17

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

Shades of Golden Brown #A65611

Tints of Golden Brown #A65611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 61.71%
G = 31.97%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A65611 (or 0xA65611) is known color: Golden Brown. HEX triplet: A6, 56 and 11. RGB value is (166,86,17). Sum of RGB (Red+Green+Blue) = 166+86+17=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65611 is #59A9EE. Grayscale: #666666. Windows color (decimal): -5876207 or 1136294. OLE color: 1136294.

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

Color convert

RGB 166 86 17 -
CMYK 0 0.48 0.90 0.35
HSL 27.79º 0.81% 0.36% -
HSV(B) 27.79º 0.9% 0.65% -
XYZ 19.15 14.8 2.38 -
YUV 102.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 166 86 17 0 0.48 0.90 0.35 27.79 0.81 0.36
Hex A6 56 11 0 30 5A 23 1C 51 24
Octal 246 126 21 0 60 132 43 34 121 44
Binary 10100110 1010110 10001 0 110000 1011010 100011 11100 1010001 100100

Color Harmonies of #A65611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65611

Black with #A65611

Text Example


Text Example

White with #A65611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65611; }

 p { color: rgb(166,86,17); }

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

background-color css

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

 a { background-color: rgb(166,86,17); }

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

border-color css

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

 span { border-color: rgb(166,86,17); }

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