#A1764C

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

Shades of Pale Brown #A1764C

Tints of Pale Brown #A1764C

Color information

#A1764C (or 0xA1764C) is unknown color: approx Pale Brown. HEX triplet: A1, 76 and 4C. RGB value is (161,118,76). Sum of RGB (Red+Green+Blue) = 161+118+76=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1764C is #5E89B3. Grayscale: #7E7E7E. Windows color (decimal): -6195636 or 5011105. OLE color: 5011105.

HSL color Cylindrical-coordinate representation of color #A1764C: hue angle of 29.65º 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 #A1764C is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB16111876-
CMYK00.270.530.37
HSL29.65º35.86%46.47%-
HSV(B)29.65º52.8%63.14%-
XYZ22.4821.069.72-
YUV126.0799.75152.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=45.35%
G=33.24%
B=21.41%

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
Decimal1611187600.270.530.3729.6535.8646.47
HexA1764C01B35251e242e
Octal2411661140336545364456
Binary101000011110110100110001101111010110010111110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1764C; }

 p { color: rgb(161,118,76); }

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

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

 a { background-color: rgb(161,118,76); }

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

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

 span { border-color: rgb(161,118,76); }

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