Html Css Color HEX #A65711 Golden Brown

📋 copy color: '#A65711'

red 166 ◦ green 87 ◦ blue 17

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

Shades of Golden Brown #A65711

Tints of Golden Brown #A65711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 61.48%
G = 32.22%
B = 6.3%

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

#A65711 (or 0xA65711) is known color: Golden Brown. HEX triplet: A6, 57 and 11. RGB value is (166,87,17). Sum of RGB (Red+Green+Blue) = 166+87+17=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A65711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65711 is #59A8EE. Grayscale: #676767. Windows color (decimal): -5875951 or 1136550. OLE color: 1136550.

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

Color convert

RGB 166 87 17 -
CMYK 0 0.48 0.90 0.35
HSL 28.19º 0.81% 0.36% -
HSV(B) 28.19º 0.9% 0.65% -
XYZ 19.24 14.96 2.4 -
YUV 102.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 166 87 17 0 0.48 0.90 0.35 28.19 0.81 0.36
Hex A6 57 11 0 30 5A 23 1C 51 24
Octal 246 127 21 0 60 132 43 34 121 44
Binary 10100110 1010111 10001 0 110000 1011010 100011 11100 1010001 100100

Color Harmonies of #A65711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65711

Black with #A65711

Text Example


Text Example

White with #A65711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65711; }

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

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

background-color css

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

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

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

border-color css

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

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

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