Html Css Color HEX #A57552 Pale Brown

📋 copy color: '#A57552'

red 165 ◦ green 117 ◦ blue 82

#A57552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #A57552

Tints of Pale Brown #A57552

RGB

 RED value IS 165 (64.84% from 255) = 45.33%

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 45.33%
G = 32.14%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A57552 (or 0xA57552) is known color: Pale Brown. HEX triplet: A5, 75 and 52. RGB value is (165,117,82). Sum of RGB (Red+Green+Blue) = 165+117+82=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A57552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57552 is #5A8AAD. Grayscale: #7F7F7F. Windows color (decimal): -5933742 or 5404069. OLE color: 5404069.

HSL color Cylindrical-coordinate representation of color #A57552: hue angle of 25.3º 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 #A57552 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 82 -
CMYK 0 0.29 0.50 0.35
HSL 25.3º 0.34% 0.48% -
HSV(B) 25.3º 0.5% 0.65% -
XYZ 23.4 21.33 10.87 -
YUV 127.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 165 117 82 0 0.29 0.50 0.35 25.3 0.34 0.48
Hex A5 75 52 0 1D 32 23 19 22 30
Octal 245 165 122 0 35 62 43 31 42 60
Binary 10100101 1110101 1010010 0 11101 110010 100011 11001 100010 110000

Color Harmonies of #A57552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57552

Black with #A57552

Text Example


Text Example

White with #A57552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57552; }

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

 H1.HeaderClassName
 {
   color: #A57552;
 }
 .AnyTagClassName
 {
   color: #A57552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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