Html Css Color HEX #A57550 Pale Brown

📋 copy color: '#A57550'

red 165 ◦ green 117 ◦ blue 80

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

Shades of Pale Brown #A57550

Tints of Pale Brown #A57550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 45.58%
G = 32.32%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A57550 (or 0xA57550) is known color: Pale Brown. HEX triplet: A5, 75 and 50. RGB value is (165,117,80). Sum of RGB (Red+Green+Blue) = 165+117+80=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A57550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57550 is #5A8AAF. Grayscale: #7F7F7F. Windows color (decimal): -5933744 or 5272997. OLE color: 5272997.

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

Color convert

RGB 165 117 80 -
CMYK 0 0.29 0.52 0.35
HSL 26.12º 0.35% 0.48% -
HSV(B) 26.12º 0.52% 0.65% -
XYZ 23.33 21.3 10.47 -
YUV 127.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 165 117 80 0 0.29 0.52 0.35 26.12 0.35 0.48
Hex A5 75 50 0 1D 34 23 1A 23 30
Octal 245 165 120 0 35 64 43 32 43 60
Binary 10100101 1110101 1010000 0 11101 110100 100011 11010 100011 110000

Color Harmonies of #A57550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57550

Black with #A57550

Text Example


Text Example

White with #A57550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57550; }

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

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

background-color css

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

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

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

border-color css

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

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

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