Html Css Color HEX #A57260 Toast

📋 copy color: '#A57260'

red 165 ◦ green 114 ◦ blue 96

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

Shades of Toast #A57260

Tints of Toast #A57260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 44%
G = 30.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A57260 (or 0xA57260) is known color: Toast. HEX triplet: A5, 72 and 60. RGB value is (165,114,96). Sum of RGB (Red+Green+Blue) = 165+114+96=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A57260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57260 is #5A8D9F. Grayscale: #7F7F7F. Windows color (decimal): -5934496 or 6320805. OLE color: 6320805.

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

Color convert

RGB 165 114 96 -
CMYK 0 0.31 0.42 0.35
HSL 15.65º 0.28% 0.51% -
HSV(B) 15.65º 0.42% 0.65% -
XYZ 23.65 20.88 13.85 -
YUV 127.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 165 114 96 0 0.31 0.42 0.35 15.65 0.28 0.51
Hex A5 72 60 0 1F 2A 23 10 1C 33
Octal 245 162 140 0 37 52 43 20 34 63
Binary 10100101 1110010 1100000 0 11111 101010 100011 10000 11100 110011

Color Harmonies of #A57260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57260

Black with #A57260

Text Example


Text Example

White with #A57260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57260; }

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

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

background-color css

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

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

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

border-color css

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

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

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