Html Css Color HEX #A57750 Pale Brown

📋 copy color: '#A57750'

red 165 ◦ green 119 ◦ blue 80

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

Shades of Pale Brown #A57750

Tints of Pale Brown #A57750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

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

R = 45.33%
G = 32.69%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A57750 (or 0xA57750) is known color: Pale Brown. HEX triplet: A5, 77 and 50. RGB value is (165,119,80). Sum of RGB (Red+Green+Blue) = 165+119+80=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A57750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57750 is #5A88AF. Grayscale: #808080. Windows color (decimal): -5933232 or 5273509. OLE color: 5273509.

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

Color convert

RGB 165 119 80 -
CMYK 0 0.28 0.52 0.35
HSL 27.53º 0.35% 0.48% -
HSV(B) 27.53º 0.52% 0.65% -
XYZ 23.56 21.77 10.55 -
YUV 128.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 165 119 80 0 0.28 0.52 0.35 27.53 0.35 0.48
Hex A5 77 50 0 1C 34 23 1C 23 30
Octal 245 167 120 0 34 64 43 34 43 60
Binary 10100101 1110111 1010000 0 11100 110100 100011 11100 100011 110000

Color Harmonies of #A57750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57750

Black with #A57750

Text Example


Text Example

White with #A57750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57750; }

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

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

background-color css

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

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

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

border-color css

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

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

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