Html Css Color HEX #A87118 Golden Brown

📋 copy color: '#A87118'

red 168 ◦ green 113 ◦ blue 24

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

Shades of Golden Brown #A87118

Tints of Golden Brown #A87118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 55.08%
G = 37.05%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87118 (or 0xA87118) is known color: Golden Brown. HEX triplet: A8, 71 and 18. RGB value is (168,113,24). Sum of RGB (Red+Green+Blue) = 168+113+24=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87118 is #578EE7. Grayscale: #777777. Windows color (decimal): -5738216 or 1601960. OLE color: 1601960.

HSL color Cylindrical-coordinate representation of color #A87118: hue angle of 37.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A87118 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 24 -
CMYK 0 0.33 0.86 0.34
HSL 37.08º 0.75% 0.38% -
HSV(B) 37.08º 0.86% 0.66% -
XYZ 22.22 20.2 3.59 -
YUV 119.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 168 113 24 0 0.33 0.86 0.34 37.08 0.75 0.38
Hex A8 71 18 0 21 56 22 25 4B 26
Octal 250 161 30 0 41 126 42 45 113 46
Binary 10101000 1110001 11000 0 100001 1010110 100010 100101 1001011 100110

Color Harmonies of #A87118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87118

Black with #A87118

Text Example


Text Example

White with #A87118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87118; }

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

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

background-color css

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

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

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

border-color css

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

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

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