#A17454

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

Shades of Pale Brown #A17454

Tints of Pale Brown #A17454

Color information

#A17454 (or 0xA17454) is unknown color: approx Pale Brown. HEX triplet: A1, 74 and 54. RGB value is (161,116,84). Sum of RGB (Red+Green+Blue) = 161+116+84=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A17454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17454 is #5E8BAB. Grayscale: #7D7D7D. Windows color (decimal): -6196140 or 5534881. OLE color: 5534881.

HSL color Cylindrical-coordinate representation of color #A17454: hue angle of 24.94º degrees, saturation: 0.31, 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 #A17454 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16111684-
CMYK00.280.480.37
HSL24.94º31.43%48.04%-
HSV(B)24.94º47.83%63.14%-
XYZ22.5420.7111.2-
YUV125.81104.41153.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=44.60%
G=32.13%
B=23.27%

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
Decimal1611168400.280.480.3724.9431.4348.04
HexA1745401C3025191f30
Octal2411641240346045313760
Binary10100001111010010101000111001100001001011100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17454; }

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

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

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

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

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

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

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

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