Html Css Color HEX #A65811 Golden Brown

📋 copy color: '#A65811'

red 166 ◦ green 88 ◦ blue 17

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

Shades of Golden Brown #A65811

Tints of Golden Brown #A65811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 61.25%
G = 32.47%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A65811 (or 0xA65811) is known color: Golden Brown. HEX triplet: A6, 58 and 11. RGB value is (166,88,17). Sum of RGB (Red+Green+Blue) = 166+88+17=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65811 is #59A7EE. Grayscale: #676767. Windows color (decimal): -5875695 or 1136806. OLE color: 1136806.

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

Color convert

RGB 166 88 17 -
CMYK 0 0.47 0.90 0.35
HSL 28.59º 0.81% 0.36% -
HSV(B) 28.59º 0.9% 0.65% -
XYZ 19.32 15.13 2.43 -
YUV 103.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 166 88 17 0 0.47 0.90 0.35 28.59 0.81 0.36
Hex A6 58 11 0 2F 5A 23 1D 51 24
Octal 246 130 21 0 57 132 43 35 121 44
Binary 10100110 1011000 10001 0 101111 1011010 100011 11101 1010001 100100

Color Harmonies of #A65811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65811

Black with #A65811

Text Example


Text Example

White with #A65811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65811; }

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

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

background-color css

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

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

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

border-color css

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

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

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