Html Css Color HEX #A85B13 Golden Brown

📋 copy color: '#A85B13'

red 168 ◦ green 91 ◦ blue 19

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

Shades of Golden Brown #A85B13

Tints of Golden Brown #A85B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.73%

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

R = 60.43%
G = 32.73%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85B13 (or 0xA85B13) is known color: Golden Brown. HEX triplet: A8, 5B and 13. RGB value is (168,91,19). Sum of RGB (Red+Green+Blue) = 168+91+19=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85B13 is #57A4EC. Grayscale: #6A6A6A. Windows color (decimal): -5743853 or 1268648. OLE color: 1268648.

HSL color Cylindrical-coordinate representation of color #A85B13: hue angle of 28.99º 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 #A85B13 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 91 19 -
CMYK 0 0.46 0.89 0.34
HSL 28.99º 0.8% 0.37% -
HSV(B) 28.99º 0.89% 0.66% -
XYZ 20.01 15.85 2.62 -
YUV 105.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 168 91 19 0 0.46 0.89 0.34 28.99 0.8 0.37
Hex A8 5B 13 0 2E 59 22 1D 50 25
Octal 250 133 23 0 56 131 42 35 120 45
Binary 10101000 1011011 10011 0 101110 1011001 100010 11101 1010000 100101

Color Harmonies of #A85B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B13

Black with #A85B13

Text Example


Text Example

White with #A85B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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