Html Css Color HEX #A86315 Golden Brown

📋 copy color: '#A86315'

red 168 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #A86315

Tints of Golden Brown #A86315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 58.33%
G = 34.38%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86315 (or 0xA86315) is known color: Golden Brown. HEX triplet: A8, 63 and 15. RGB value is (168,99,21). Sum of RGB (Red+Green+Blue) = 168+99+21=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A86315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86315 is #579CEA. Grayscale: #6F6F6F. Windows color (decimal): -5741803 or 1401768. OLE color: 1401768.

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

Color convert

RGB 168 99 21 -
CMYK 0 0.41 0.88 0.34
HSL 31.84º 0.78% 0.37% -
HSV(B) 31.84º 0.88% 0.66% -
XYZ 20.75 17.3 2.96 -
YUV 110.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 168 99 21 0 0.41 0.88 0.34 31.84 0.78 0.37
Hex A8 63 15 0 29 58 22 20 4E 25
Octal 250 143 25 0 51 130 42 40 116 45
Binary 10101000 1100011 10101 0 101001 1011000 100010 100000 1001110 100101

Color Harmonies of #A86315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86315

Black with #A86315

Text Example


Text Example

White with #A86315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86315; }

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

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

background-color css

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

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

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

border-color css

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

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

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