Html Css Color HEX #A15512 Golden Brown

📋 copy color: '#A15512'

red 161 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #A15512

Tints of Golden Brown #A15512

RGB

 RED value IS 161 (63.28% from 255) = 60.98%

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 60.98%
G = 32.2%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A15512 (or 0xA15512) is known color: Golden Brown. HEX triplet: A1, 55 and 12. RGB value is (161,85,18). Sum of RGB (Red+Green+Blue) = 161+85+18=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15512 is #5EAAED. Grayscale: #646464. Windows color (decimal): -6204142 or 1201569. OLE color: 1201569.

HSL color Cylindrical-coordinate representation of color #A15512: hue angle of 28.11º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A15512 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 18 -
CMYK 0 0.47 0.89 0.37
HSL 28.11º 0.8% 0.35% -
HSV(B) 28.11º 0.89% 0.63% -
XYZ 18.06 14.12 2.35 -
YUV 100.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 161 85 18 0 0.47 0.89 0.37 28.11 0.8 0.35
Hex A1 55 12 0 2F 59 25 1C 50 23
Octal 241 125 22 0 57 131 45 34 120 43
Binary 10100001 1010101 10010 0 101111 1011001 100101 11100 1010000 100011

Color Harmonies of #A15512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15512

Black with #A15512

Text Example


Text Example

White with #A15512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15512; }

 p { color: rgb(161,85,18); }

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

background-color css

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

 a { background-color: rgb(161,85,18); }

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

border-color css

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

 span { border-color: rgb(161,85,18); }

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