Html Css Color HEX #A57761 Toast

📋 copy color: '#A57761'

red 165 ◦ green 119 ◦ blue 97

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

Shades of Toast #A57761

Tints of Toast #A57761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 43.31%
G = 31.23%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A57761 (or 0xA57761) is known color: Toast. HEX triplet: A5, 77 and 61. RGB value is (165,119,97). Sum of RGB (Red+Green+Blue) = 165+119+97=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A57761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57761 is #5A889E. Grayscale: #828282. Windows color (decimal): -5933215 or 6387621. OLE color: 6387621.

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

Color convert

RGB 165 119 97 -
CMYK 0 0.28 0.41 0.35
HSL 19.41º 0.27% 0.51% -
HSV(B) 19.41º 0.41% 0.65% -
XYZ 24.27 22.06 14.29 -
YUV 130.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 165 119 97 0 0.28 0.41 0.35 19.41 0.27 0.51
Hex A5 77 61 0 1C 29 23 13 1B 33
Octal 245 167 141 0 34 51 43 23 33 63
Binary 10100101 1110111 1100001 0 11100 101001 100011 10011 11011 110011

Color Harmonies of #A57761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57761

Black with #A57761

Text Example


Text Example

White with #A57761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57761; }

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

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

background-color css

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

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

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

border-color css

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

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

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