Html Css Color HEX #A57360 Toast

📋 copy color: '#A57360'

red 165 ◦ green 115 ◦ blue 96

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

Shades of Toast #A57360

Tints of Toast #A57360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 43.88%
G = 30.59%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57360 (or 0xA57360) is known color: Toast. HEX triplet: A5, 73 and 60. RGB value is (165,115,96). Sum of RGB (Red+Green+Blue) = 165+115+96=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A57360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57360 is #5A8C9F. Grayscale: #7F7F7F. Windows color (decimal): -5934240 or 6321061. OLE color: 6321061.

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

Color convert

RGB 165 115 96 -
CMYK 0 0.30 0.42 0.35
HSL 16.52º 0.28% 0.51% -
HSV(B) 16.52º 0.42% 0.65% -
XYZ 23.76 21.11 13.89 -
YUV 127.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 165 115 96 0 0.30 0.42 0.35 16.52 0.28 0.51
Hex A5 73 60 0 1E 2A 23 11 1C 33
Octal 245 163 140 0 36 52 43 21 34 63
Binary 10100101 1110011 1100000 0 11110 101010 100011 10001 11100 110011

Color Harmonies of #A57360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57360

Black with #A57360

Text Example


Text Example

White with #A57360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57360; }

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

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

background-color css

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

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

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

border-color css

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

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

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