#A1754B

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

Shades of Pale Brown #A1754B

Tints of Pale Brown #A1754B

Color information

#A1754B (or 0xA1754B) is unknown color: approx Pale Brown. HEX triplet: A1, 75 and 4B. RGB value is (161,117,75). Sum of RGB (Red+Green+Blue) = 161+117+75=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1754B is #5E8AB4. Grayscale: #7D7D7D. Windows color (decimal): -6195893 or 4945313. OLE color: 4945313.

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

Color convert

RGB16111775-
CMYK00.270.530.37
HSL29.3º36.44%46.27%-
HSV(B)29.3º53.42%63.14%-
XYZ22.3320.819.5-
YUV125.3799.58153.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=45.61%
G=33.14%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611177500.270.530.3729.336.4446.27
HexA1754B01B35251d242e
Octal2411651130336545354456
Binary101000011110101100101101101111010110010111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1754B; }

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

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

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

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

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

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

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

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