Html Css Color HEX #A57650 Pale Brown

📋 copy color: '#A57650'

red 165 ◦ green 118 ◦ blue 80

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

Shades of Pale Brown #A57650

Tints of Pale Brown #A57650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 45.45%
G = 32.51%
B = 22.04%

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

#A57650 (or 0xA57650) is known color: Pale Brown. HEX triplet: A5, 76 and 50. RGB value is (165,118,80). Sum of RGB (Red+Green+Blue) = 165+118+80=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A57650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57650 is #5A89AF. Grayscale: #7F7F7F. Windows color (decimal): -5933488 or 5273253. OLE color: 5273253.

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

Color convert

RGB 165 118 80 -
CMYK 0 0.28 0.52 0.35
HSL 26.82º 0.35% 0.48% -
HSV(B) 26.82º 0.52% 0.65% -
XYZ 23.44 21.54 10.51 -
YUV 127.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 165 118 80 0 0.28 0.52 0.35 26.82 0.35 0.48
Hex A5 76 50 0 1C 34 23 1B 23 30
Octal 245 166 120 0 34 64 43 33 43 60
Binary 10100101 1110110 1010000 0 11100 110100 100011 11011 100011 110000

Color Harmonies of #A57650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57650

Black with #A57650

Text Example


Text Example

White with #A57650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57650; }

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

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

background-color css

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

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

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

border-color css

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

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

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