Html Css Color HEX #A87312 Golden Brown

📋 copy color: '#A87312'

red 168 ◦ green 115 ◦ blue 18

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

Shades of Golden Brown #A87312

Tints of Golden Brown #A87312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 55.81%
G = 38.21%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87312 (or 0xA87312) is known color: Golden Brown. HEX triplet: A8, 73 and 12. RGB value is (168,115,18). Sum of RGB (Red+Green+Blue) = 168+115+18=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A87312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87312 is #578CED. Grayscale: #787878. Windows color (decimal): -5737710 or 1209256. OLE color: 1209256.

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

Color convert

RGB 168 115 18 -
CMYK 0 0.32 0.89 0.34
HSL 38.8º 0.81% 0.36% -
HSV(B) 38.8º 0.89% 0.66% -
XYZ 22.39 20.63 3.37 -
YUV 119.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 168 115 18 0 0.32 0.89 0.34 38.8 0.81 0.36
Hex A8 73 12 0 20 59 22 27 51 24
Octal 250 163 22 0 40 131 42 47 121 44
Binary 10101000 1110011 10010 0 100000 1011001 100010 100111 1010001 100100

Color Harmonies of #A87312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87312

Black with #A87312

Text Example


Text Example

White with #A87312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87312; }

 p { color: rgb(168,115,18); }

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

background-color css

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

 a { background-color: rgb(168,115,18); }

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

border-color css

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

 span { border-color: rgb(168,115,18); }

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