Html Css Color HEX #A65710 Golden Brown

📋 copy color: '#A65710'

red 166 ◦ green 87 ◦ blue 16

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

Shades of Golden Brown #A65710

Tints of Golden Brown #A65710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 61.71%
G = 32.34%
B = 5.95%

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

#A65710 (or 0xA65710) is known color: Golden Brown. HEX triplet: A6, 57 and 10. RGB value is (166,87,16). Sum of RGB (Red+Green+Blue) = 166+87+16=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65710 is #59A8EF. Grayscale: #666666. Windows color (decimal): -5875952 or 1071014. OLE color: 1071014.

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

Color convert

RGB 166 87 16 -
CMYK 0 0.48 0.90 0.35
HSL 28.4º 0.82% 0.36% -
HSV(B) 28.4º 0.9% 0.65% -
XYZ 19.23 14.96 2.36 -
YUV 102.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 166 87 16 0 0.48 0.90 0.35 28.4 0.82 0.36
Hex A6 57 10 0 30 5A 23 1C 52 24
Octal 246 127 20 0 60 132 43 34 122 44
Binary 10100110 1010111 10000 0 110000 1011010 100011 11100 1010010 100100

Color Harmonies of #A65710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65710

Black with #A65710

Text Example


Text Example

White with #A65710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65710; }

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

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

background-color css

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

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

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

border-color css

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

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

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