Html Css Color HEX #A86515 Golden Brown

📋 copy color: '#A86515'

red 168 ◦ green 101 ◦ blue 21

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

Shades of Golden Brown #A86515

Tints of Golden Brown #A86515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 57.93%
G = 34.83%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86515 (or 0xA86515) is known color: Golden Brown. HEX triplet: A8, 65 and 15. RGB value is (168,101,21). Sum of RGB (Red+Green+Blue) = 168+101+21=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A86515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86515 is #579AEA. Grayscale: #707070. Windows color (decimal): -5741291 or 1402280. OLE color: 1402280.

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

Color convert

RGB 168 101 21 -
CMYK 0 0.40 0.88 0.34
HSL 32.65º 0.78% 0.37% -
HSV(B) 32.65º 0.88% 0.66% -
XYZ 20.94 17.69 3.02 -
YUV 111.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 168 101 21 0 0.40 0.88 0.34 32.65 0.78 0.37
Hex A8 65 15 0 28 58 22 21 4E 25
Octal 250 145 25 0 50 130 42 41 116 45
Binary 10101000 1100101 10101 0 101000 1011000 100010 100001 1001110 100101

Color Harmonies of #A86515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86515

Black with #A86515

Text Example


Text Example

White with #A86515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86515; }

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

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

background-color css

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

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

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

border-color css

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

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

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