Html Css Color HEX #A85913 Golden Brown

📋 copy color: '#A85913'

red 168 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #A85913

Tints of Golden Brown #A85913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 60.87%
G = 32.25%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85913 (or 0xA85913) is known color: Golden Brown. HEX triplet: A8, 59 and 13. RGB value is (168,89,19). Sum of RGB (Red+Green+Blue) = 168+89+19=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85913 is #57A6EC. Grayscale: #696969. Windows color (decimal): -5744365 or 1268136. OLE color: 1268136.

HSL color Cylindrical-coordinate representation of color #A85913: hue angle of 28.19º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85913 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 19 -
CMYK 0 0.47 0.89 0.34
HSL 28.19º 0.8% 0.37% -
HSV(B) 28.19º 0.89% 0.66% -
XYZ 19.84 15.52 2.57 -
YUV 104.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 168 89 19 0 0.47 0.89 0.34 28.19 0.8 0.37
Hex A8 59 13 0 2F 59 22 1C 50 25
Octal 250 131 23 0 57 131 42 34 120 45
Binary 10101000 1011001 10011 0 101111 1011001 100010 11100 1010000 100101

Color Harmonies of #A85913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85913

Black with #A85913

Text Example


Text Example

White with #A85913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85913; }

 p { color: rgb(168,89,19); }

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

background-color css

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

 a { background-color: rgb(168,89,19); }

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

border-color css

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

 span { border-color: rgb(168,89,19); }

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