#A17252

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

Shades of Pale Brown #A17252

Tints of Pale Brown #A17252

Color information

#A17252 (or 0xA17252) is unknown color: approx Pale Brown. HEX triplet: A1, 72 and 52. RGB value is (161,114,82). Sum of RGB (Red+Green+Blue) = 161+114+82=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A17252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17252 is #5E8DAD. Grayscale: #7C7C7C. Windows color (decimal): -6196654 or 5403297. OLE color: 5403297.

HSL color Cylindrical-coordinate representation of color #A17252: hue angle of 24.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17252 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16111482-
CMYK00.290.490.37
HSL24.3º32.51%47.65%-
HSV(B)24.3º49.07%63.14%-
XYZ22.2420.2210.71-
YUV124.4104.07154.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=45.10%
G=31.93%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611148200.290.490.3724.332.5147.65
HexA1725201D3125182130
Octal2411621220356145304160
Binary101000011110010101001001110111000110010111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17252; }

 p { color: rgb(161,114,82); }

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

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

 a { background-color: rgb(161,114,82); }

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

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

 span { border-color: rgb(161,114,82); }

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