Html Css Color HEX #A57059 Toast

📋 copy color: '#A57059'

red 165 ◦ green 112 ◦ blue 89

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

Shades of Toast #A57059

Tints of Toast #A57059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 45.08%
G = 30.6%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A57059 (or 0xA57059) is known color: Toast. HEX triplet: A5, 70 and 59. RGB value is (165,112,89). Sum of RGB (Red+Green+Blue) = 165+112+89=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57059 is #5A8FA6. Grayscale: #7D7D7D. Windows color (decimal): -5935015 or 5861541. OLE color: 5861541.

HSL color Cylindrical-coordinate representation of color #A57059: hue angle of 18.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57059 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 89 -
CMYK 0 0.32 0.46 0.35
HSL 18.16º 0.3% 0.5% -
HSV(B) 18.16º 0.46% 0.65% -
XYZ 23.11 20.31 12.15 -
YUV 125.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 165 112 89 0 0.32 0.46 0.35 18.16 0.3 0.5
Hex A5 70 59 0 20 2E 23 12 1E 32
Octal 245 160 131 0 40 56 43 22 36 62
Binary 10100101 1110000 1011001 0 100000 101110 100011 10010 11110 110010

Color Harmonies of #A57059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57059

Black with #A57059

Text Example


Text Example

White with #A57059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57059; }

 p { color: rgb(165,112,89); }

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

background-color css

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

 a { background-color: rgb(165,112,89); }

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

border-color css

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

 span { border-color: rgb(165,112,89); }

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