Html Css Color HEX #A57560 Toast

📋 copy color: '#A57560'

red 165 ◦ green 117 ◦ blue 96

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

Shades of Toast #A57560

Tints of Toast #A57560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 43.65%
G = 30.95%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57560 (or 0xA57560) is known color: Toast. HEX triplet: A5, 75 and 60. RGB value is (165,117,96). Sum of RGB (Red+Green+Blue) = 165+117+96=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57560 is #5A8A9F. Grayscale: #818181. Windows color (decimal): -5933728 or 6321573. OLE color: 6321573.

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

Color convert

RGB 165 117 96 -
CMYK 0 0.29 0.42 0.35
HSL 18.26º 0.28% 0.51% -
HSV(B) 18.26º 0.42% 0.65% -
XYZ 23.99 21.57 13.96 -
YUV 128.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 165 117 96 0 0.29 0.42 0.35 18.26 0.28 0.51
Hex A5 75 60 0 1D 2A 23 12 1C 33
Octal 245 165 140 0 35 52 43 22 34 63
Binary 10100101 1110101 1100000 0 11101 101010 100011 10010 11100 110011

Color Harmonies of #A57560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57560

Black with #A57560

Text Example


Text Example

White with #A57560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57560; }

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

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

background-color css

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

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

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

border-color css

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

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

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