#A15D1D

Color #A15D1D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A15D1D

Tints of Golden Brown #A15D1D

Color information

#A15D1D (or 0xA15D1D) is unknown color: approx Golden Brown. HEX triplet: A1, 5D and 1D. RGB value is (161,93,29). Sum of RGB (Red+Green+Blue) = 161+93+29=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D1D is #5EA2E2. Grayscale: #6A6A6A. Windows color (decimal): -6202083 or 1924513. OLE color: 1924513.

HSL color Cylindrical-coordinate representation of color #A15D1D: hue angle of 29.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A15D1D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1619329-
CMYK00.420.820.37
HSL29.09º69.47%37.25%-
HSV(B)29.09º81.99%63.14%-
XYZ18.8315.493.16-
YUV106.0484.53167.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=56.89%
G=32.86%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161932900.420.820.3729.0969.4737.25
HexA15D1D02A52251d4525
Octal24113535052122453510545
Binary1010000110111011110101010101010010100101111011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D1D; }

 p { color: rgb(161,93,29); }

 H1.HeaderClassName
 {
   color: #A15D1D;
 }
 .AnyTagClassName
 {
   color: #A15D1D;
 }
</style>
background-color css

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

 a { background-color: rgb(161,93,29); }

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

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

 span { border-color: rgb(161,93,29); }

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