Html Css Color HEX #A57768 Toast

📋 copy color: '#A57768'

red 165 ◦ green 119 ◦ blue 104

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

Shades of Toast #A57768

Tints of Toast #A57768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 42.53%
G = 30.67%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A57768 (or 0xA57768) is known color: Toast. HEX triplet: A5, 77 and 68. RGB value is (165,119,104). Sum of RGB (Red+Green+Blue) = 165+119+104=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A57768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57768 is #5A8897. Grayscale: #838383. Windows color (decimal): -5933208 or 6846373. OLE color: 6846373.

HSL color Cylindrical-coordinate representation of color #A57768: hue angle of 14.75º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57768 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 104 -
CMYK 0 0.28 0.37 0.35
HSL 14.75º 0.25% 0.53% -
HSV(B) 14.75º 0.37% 0.65% -
XYZ 24.61 22.19 16.08 -
YUV 131.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 165 119 104 0 0.28 0.37 0.35 14.75 0.25 0.53
Hex A5 77 68 0 1C 25 23 F 19 35
Octal 245 167 150 0 34 45 43 17 31 65
Binary 10100101 1110111 1101000 0 11100 100101 100011 1111 11001 110101

Color Harmonies of #A57768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57768

Black with #A57768

Text Example


Text Example

White with #A57768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57768; }

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

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

background-color css

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

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

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

border-color css

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

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

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