Html Css Color HEX #A85711 Golden Brown

📋 copy color: '#A85711'

red 168 ◦ green 87 ◦ blue 17

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

Shades of Golden Brown #A85711

Tints of Golden Brown #A85711

RGB

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

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

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

R = 61.76%
G = 31.99%
B = 6.25%

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

#A85711 (or 0xA85711) is known color: Golden Brown. HEX triplet: A8, 57 and 11. RGB value is (168,87,17). Sum of RGB (Red+Green+Blue) = 168+87+17=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A85711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85711 is #57A8EE. Grayscale: #676767. Windows color (decimal): -5744879 or 1136552. OLE color: 1136552.

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

Color convert

RGB 168 87 17 -
CMYK 0 0.48 0.90 0.34
HSL 27.81º 0.82% 0.36% -
HSV(B) 27.81º 0.9% 0.66% -
XYZ 19.66 15.18 2.42 -
YUV 103.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 168 87 17 0 0.48 0.90 0.34 27.81 0.82 0.36
Hex A8 57 11 0 30 5A 22 1C 52 24
Octal 250 127 21 0 60 132 42 34 122 44
Binary 10101000 1010111 10001 0 110000 1011010 100010 11100 1010010 100100

Color Harmonies of #A85711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85711

Black with #A85711

Text Example


Text Example

White with #A85711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85711; }

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

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

background-color css

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

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

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

border-color css

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

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

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