#A17453

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

Shades of Pale Brown #A17453

Tints of Pale Brown #A17453

Color information

#A17453 (or 0xA17453) is unknown color: approx Pale Brown. HEX triplet: A1, 74 and 53. RGB value is (161,116,83). Sum of RGB (Red+Green+Blue) = 161+116+83=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A17453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17453 is #5E8BAC. Grayscale: #7D7D7D. Windows color (decimal): -6196141 or 5469345. OLE color: 5469345.

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

Color convert

RGB16111683-
CMYK00.280.480.37
HSL25.38º31.97%47.84%-
HSV(B)25.38º48.45%63.14%-
XYZ22.520.6910.99-
YUV125.69103.91153.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=44.72%
G=32.22%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611168300.280.480.3725.3831.9747.84
HexA1745301C3025192030
Octal2411641230346045314060
Binary101000011110100101001101110011000010010111001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17453; }

 p { color: rgb(161,116,83); }

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

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

 a { background-color: rgb(161,116,83); }

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

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

 span { border-color: rgb(161,116,83); }

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