Html Css Color HEX #A57061 Toast

📋 copy color: '#A57061'

red 165 ◦ green 112 ◦ blue 97

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

Shades of Toast #A57061

Tints of Toast #A57061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 44.12%
G = 29.95%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57061 (or 0xA57061) is known color: Toast. HEX triplet: A5, 70 and 61. RGB value is (165,112,97). Sum of RGB (Red+Green+Blue) = 165+112+97=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A57061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57061 is #5A8F9E. Grayscale: #7E7E7E. Windows color (decimal): -5935007 or 6385829. OLE color: 6385829.

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

Color convert

RGB 165 112 97 -
CMYK 0 0.32 0.41 0.35
HSL 13.24º 0.27% 0.51% -
HSV(B) 13.24º 0.41% 0.65% -
XYZ 23.47 20.45 14.02 -
YUV 126.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 165 112 97 0 0.32 0.41 0.35 13.24 0.27 0.51
Hex A5 70 61 0 20 29 23 D 1B 33
Octal 245 160 141 0 40 51 43 15 33 63
Binary 10100101 1110000 1100001 0 100000 101001 100011 1101 11011 110011

Color Harmonies of #A57061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57061

Black with #A57061

Text Example


Text Example

White with #A57061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57061; }

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

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

background-color css

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

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

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

border-color css

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

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

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