#A1774D

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

Shades of Pale Brown #A1774D

Tints of Pale Brown #A1774D

Color information

#A1774D (or 0xA1774D) is unknown color: approx Pale Brown. HEX triplet: A1, 77 and 4D. RGB value is (161,119,77). Sum of RGB (Red+Green+Blue) = 161+119+77=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1774D is #5E88B2. Grayscale: #7E7E7E. Windows color (decimal): -6195379 or 5076897. OLE color: 5076897.

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

Color convert

RGB16111977-
CMYK00.260.520.37
HSL30º35.29%46.67%-
HSV(B)30º52.17%63.14%-
XYZ22.6321.319.94-
YUV126.7799.91152.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=45.10%
G=33.33%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611197700.260.520.373035.2946.67
HexA1774D01A34251e232f
Octal2411671150326445364357
Binary101000011110111100110101101011010010010111110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1774D; }

 p { color: rgb(161,119,77); }

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

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

 a { background-color: rgb(161,119,77); }

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

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

 span { border-color: rgb(161,119,77); }

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