Html Css Color HEX #A57568 Toast

📋 copy color: '#A57568'

red 165 ◦ green 117 ◦ blue 104

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

Shades of Toast #A57568

Tints of Toast #A57568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 42.75%
G = 30.31%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A57568 (or 0xA57568) is known color: Toast. HEX triplet: A5, 75 and 68. RGB value is (165,117,104). Sum of RGB (Red+Green+Blue) = 165+117+104=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57568 is #5A8A97. Grayscale: #818181. Windows color (decimal): -5933720 or 6845861. OLE color: 6845861.

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

Color convert

RGB 165 117 104 -
CMYK 0 0.29 0.37 0.35
HSL 12.79º 0.25% 0.53% -
HSV(B) 12.79º 0.37% 0.65% -
XYZ 24.38 21.72 16 -
YUV 129.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 165 117 104 0 0.29 0.37 0.35 12.79 0.25 0.53
Hex A5 75 68 0 1D 25 23 D 19 35
Octal 245 165 150 0 35 45 43 15 31 65
Binary 10100101 1110101 1101000 0 11101 100101 100011 1101 11001 110101

Color Harmonies of #A57568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57568

Black with #A57568

Text Example


Text Example

White with #A57568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57568; }

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

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

background-color css

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

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

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

border-color css

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

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

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