#A1754A

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

Shades of Pale Brown #A1754A

Tints of Pale Brown #A1754A

Color information

#A1754A (or 0xA1754A) is unknown color: approx Pale Brown. HEX triplet: A1, 75 and 4A. RGB value is (161,117,74). Sum of RGB (Red+Green+Blue) = 161+117+74=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1754A is #5E8AB5. Grayscale: #7D7D7D. Windows color (decimal): -6195894 or 4879777. OLE color: 4879777.

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

Color convert

RGB16111774-
CMYK00.270.540.37
HSL29.66º37.02%46.08%-
HSV(B)29.66º54.04%63.14%-
XYZ22.320.799.32-
YUV125.2599.08153.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=45.74%
G=33.24%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611177400.270.540.3729.6637.0246.08
HexA1754A01B36251e252e
Octal2411651120336645364556
Binary101000011110101100101001101111011010010111110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1754A; }

 p { color: rgb(161,117,74); }

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

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

 a { background-color: rgb(161,117,74); }

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

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

 span { border-color: rgb(161,117,74); }

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