Html Css Color HEX #A85710 Golden Brown

📋 copy color: '#A85710'

red 168 ◦ green 87 ◦ blue 16

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

Shades of Golden Brown #A85710

Tints of Golden Brown #A85710

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

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

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

R = 61.99%
G = 32.1%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85710 (or 0xA85710) is known color: Golden Brown. HEX triplet: A8, 57 and 10. RGB value is (168,87,16). Sum of RGB (Red+Green+Blue) = 168+87+16=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85710 is #57A8EF. Grayscale: #676767. Windows color (decimal): -5744880 or 1071016. OLE color: 1071016.

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

Color convert

RGB 168 87 16 -
CMYK 0 0.48 0.90 0.34
HSL 28.03º 0.83% 0.36% -
HSV(B) 28.03º 0.9% 0.66% -
XYZ 19.65 15.18 2.38 -
YUV 103.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 168 87 16 0 0.48 0.90 0.34 28.03 0.83 0.36
Hex A8 57 10 0 30 5A 22 1C 53 24
Octal 250 127 20 0 60 132 42 34 123 44
Binary 10101000 1010111 10000 0 110000 1011010 100010 11100 1010011 100100

Color Harmonies of #A85710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85710

Black with #A85710

Text Example


Text Example

White with #A85710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85710; }

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

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

background-color css

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

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

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

border-color css

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

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

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