#A57752

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

Shades of Pale Brown #A57752

Tints of Pale Brown #A57752

Color information

#A57752 (or 0xA57752) is unknown color: approx Pale Brown. HEX triplet: A5, 77 and 52. RGB value is (165,119,82). Sum of RGB (Red+Green+Blue) = 165+119+82=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57752 is #5A88AD. Grayscale: #808080. Windows color (decimal): -5933230 or 5404581. OLE color: 5404581.

HSL color Cylindrical-coordinate representation of color #A57752: hue angle of 26.75º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57752 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16511982-
CMYK00.280.500.35
HSL26.75º33.6%48.43%-
HSV(B)26.75º50.3%64.71%-
XYZ23.6421.810.95-
YUV128.54101.74154.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=45.08%
G=32.51%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651198200.280.500.3526.7533.648.43
HexA5775201C32231b2230
Octal2451671220346243334260
Binary101001011110111101001001110011001010001111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57752; }

 p { color: rgb(165,119,82); }

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

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

 a { background-color: rgb(165,119,82); }

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

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

 span { border-color: rgb(165,119,82); }

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