#A1764E

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

Shades of Pale Brown #A1764E

Tints of Pale Brown #A1764E

Color information

#A1764E (or 0xA1764E) is unknown color: approx Pale Brown. HEX triplet: A1, 76 and 4E. RGB value is (161,118,78). Sum of RGB (Red+Green+Blue) = 161+118+78=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1764E is #5E89B1. Grayscale: #7E7E7E. Windows color (decimal): -6195634 or 5142177. OLE color: 5142177.

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

Color convert

RGB16111878-
CMYK00.270.520.37
HSL28.92º34.73%46.86%-
HSV(B)28.92º51.55%63.14%-
XYZ22.5521.0810.09-
YUV126.3100.75152.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=45.10%
G=33.05%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611187800.270.520.3728.9234.7346.86
HexA1764E01B34251d232f
Octal2411661160336445354357
Binary101000011110110100111001101111010010010111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1764E; }

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

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

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

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

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

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

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

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