Html Css Color HEX #A86115 Golden Brown

📋 copy color: '#A86115'

red 168 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #A86115

Tints of Golden Brown #A86115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 58.74%
G = 33.92%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86115 (or 0xA86115) is known color: Golden Brown. HEX triplet: A8, 61 and 15. RGB value is (168,97,21). Sum of RGB (Red+Green+Blue) = 168+97+21=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A86115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86115 is #579EEA. Grayscale: #6D6D6D. Windows color (decimal): -5742315 or 1401256. OLE color: 1401256.

HSL color Cylindrical-coordinate representation of color #A86115: hue angle of 31.02º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A86115 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 97 21 -
CMYK 0 0.42 0.88 0.34
HSL 31.02º 0.78% 0.37% -
HSV(B) 31.02º 0.88% 0.66% -
XYZ 20.56 16.93 2.89 -
YUV 109.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 168 97 21 0 0.42 0.88 0.34 31.02 0.78 0.37
Hex A8 61 15 0 2A 58 22 1F 4E 25
Octal 250 141 25 0 52 130 42 37 116 45
Binary 10101000 1100001 10101 0 101010 1011000 100010 11111 1001110 100101

Color Harmonies of #A86115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86115

Black with #A86115

Text Example


Text Example

White with #A86115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86115; }

 p { color: rgb(168,97,21); }

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

background-color css

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

 a { background-color: rgb(168,97,21); }

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

border-color css

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

 span { border-color: rgb(168,97,21); }

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