Html Css Color HEX #A87113 Golden Brown

📋 copy color: '#A87113'

red 168 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #A87113

Tints of Golden Brown #A87113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 56%
G = 37.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87113 (or 0xA87113) is known color: Golden Brown. HEX triplet: A8, 71 and 13. RGB value is (168,113,19). Sum of RGB (Red+Green+Blue) = 168+113+19=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A87113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87113 is #578EEC. Grayscale: #777777. Windows color (decimal): -5738221 or 1274280. OLE color: 1274280.

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

Color convert

RGB 168 113 19 -
CMYK 0 0.33 0.89 0.34
HSL 37.85º 0.8% 0.37% -
HSV(B) 37.85º 0.89% 0.66% -
XYZ 22.17 20.18 3.34 -
YUV 118.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 168 113 19 0 0.33 0.89 0.34 37.85 0.8 0.37
Hex A8 71 13 0 21 59 22 26 50 25
Octal 250 161 23 0 41 131 42 46 120 45
Binary 10101000 1110001 10011 0 100001 1011001 100010 100110 1010000 100101

Color Harmonies of #A87113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87113

Black with #A87113

Text Example


Text Example

White with #A87113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87113; }

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

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

background-color css

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

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

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

border-color css

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

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

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