Html Css Color HEX #A15C13 Golden Brown

📋 copy color: '#A15C13'

red 161 ◦ green 92 ◦ blue 19

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

Shades of Golden Brown #A15C13

Tints of Golden Brown #A15C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 59.19%
G = 33.82%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A15C13 (or 0xA15C13) is known color: Golden Brown. HEX triplet: A1, 5C and 13. RGB value is (161,92,19). Sum of RGB (Red+Green+Blue) = 161+92+19=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15C13 is #5EA3EC. Grayscale: #686868. Windows color (decimal): -6202349 or 1268897. OLE color: 1268897.

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

Color convert

RGB 161 92 19 -
CMYK 0 0.43 0.88 0.37
HSL 30.85º 0.79% 0.35% -
HSV(B) 30.85º 0.88% 0.63% -
XYZ 18.64 15.28 2.58 -
YUV 104.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 161 92 19 0 0.43 0.88 0.37 30.85 0.79 0.35
Hex A1 5C 13 0 2B 58 25 1F 4F 23
Octal 241 134 23 0 53 130 45 37 117 43
Binary 10100001 1011100 10011 0 101011 1011000 100101 11111 1001111 100011

Color Harmonies of #A15C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C13

Black with #A15C13

Text Example


Text Example

White with #A15C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C13; }

 p { color: rgb(161,92,19); }

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

background-color css

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

 a { background-color: rgb(161,92,19); }

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

border-color css

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

 span { border-color: rgb(161,92,19); }

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