Html Css Color HEX #A86915 Golden Brown

📋 copy color: '#A86915'

red 168 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #A86915

Tints of Golden Brown #A86915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86915 (or 0xA86915) is known color: Golden Brown. HEX triplet: A8, 69 and 15. RGB value is (168,105,21). Sum of RGB (Red+Green+Blue) = 168+105+21=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A86915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86915 is #5796EA. Grayscale: #727272. Windows color (decimal): -5740267 or 1403304. OLE color: 1403304.

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

Color convert

RGB 168 105 21 -
CMYK 0 0.38 0.88 0.34
HSL 34.29º 0.78% 0.37% -
HSV(B) 34.29º 0.88% 0.66% -
XYZ 21.34 18.48 3.15 -
YUV 114.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 168 105 21 0 0.38 0.88 0.34 34.29 0.78 0.37
Hex A8 69 15 0 26 58 22 22 4E 25
Octal 250 151 25 0 46 130 42 42 116 45
Binary 10101000 1101001 10101 0 100110 1011000 100010 100010 1001110 100101

Color Harmonies of #A86915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86915

Black with #A86915

Text Example


Text Example

White with #A86915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86915; }

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

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

background-color css

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

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

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

border-color css

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

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

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