Html Css Color HEX #A86712 Golden Brown

📋 copy color: '#A86712'

red 168 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #A86712

Tints of Golden Brown #A86712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

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

R = 58.13%
G = 35.64%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A86712 (or 0xA86712) is known color: Golden Brown. HEX triplet: A8, 67 and 12. RGB value is (168,103,18). Sum of RGB (Red+Green+Blue) = 168+103+18=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86712 is #5798ED. Grayscale: #717171. Windows color (decimal): -5740782 or 1206184. OLE color: 1206184.

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

Color convert

RGB 168 103 18 -
CMYK 0 0.39 0.89 0.34
HSL 34º 0.81% 0.36% -
HSV(B) 34º 0.89% 0.66% -
XYZ 21.11 18.07 2.95 -
YUV 112.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 168 103 18 0 0.39 0.89 0.34 34 0.81 0.36
Hex A8 67 12 0 27 59 22 22 51 24
Octal 250 147 22 0 47 131 42 42 121 44
Binary 10101000 1100111 10010 0 100111 1011001 100010 100010 1010001 100100

Color Harmonies of #A86712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86712

Black with #A86712

Text Example


Text Example

White with #A86712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86712; }

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

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

background-color css

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

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

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

border-color css

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

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

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