Html Css Color HEX #A57769 Toast

📋 copy color: '#A57769'

red 165 ◦ green 119 ◦ blue 105

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

Shades of Toast #A57769

Tints of Toast #A57769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.99%

R = 42.42%
G = 30.59%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A57769 (or 0xA57769) is known color: Toast. HEX triplet: A5, 77 and 69. RGB value is (165,119,105). Sum of RGB (Red+Green+Blue) = 165+119+105=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A57769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57769 is #5A8896. Grayscale: #838383. Windows color (decimal): -5933207 or 6911909. OLE color: 6911909.

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

Color convert

RGB 165 119 105 -
CMYK 0 0.28 0.36 0.35
HSL 14º 0.25% 0.53% -
HSV(B) 14º 0.36% 0.65% -
XYZ 24.66 22.21 16.35 -
YUV 131.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 165 119 105 0 0.28 0.36 0.35 14 0.25 0.53
Hex A5 77 69 0 1C 24 23 E 19 35
Octal 245 167 151 0 34 44 43 16 31 65
Binary 10100101 1110111 1101001 0 11100 100100 100011 1110 11001 110101

Color Harmonies of #A57769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57769

Black with #A57769

Text Example


Text Example

White with #A57769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57769; }

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

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

background-color css

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

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

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

border-color css

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

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

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