Html Css Color HEX #AE7560 Toast

📋 copy color: '#AE7560'

red 174 ◦ green 117 ◦ blue 96

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

Shades of Toast #AE7560

Tints of Toast #AE7560

RGB

 RED value IS 174 (68.36% from 255) = 44.96%

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

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

R = 44.96%
G = 30.23%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE7560 (or 0xAE7560) is known color: Toast. HEX triplet: AE, 75 and 60. RGB value is (174,117,96). Sum of RGB (Red+Green+Blue) = 174+117+96=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7560 is #518A9F. Grayscale: #838383. Windows color (decimal): -5343904 or 6321582. OLE color: 6321582.

HSL color Cylindrical-coordinate representation of color #AE7560: hue angle of 16.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7560 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 96 -
CMYK 0 0.33 0.45 0.32
HSL 16.15º 0.33% 0.53% -
HSV(B) 16.15º 0.45% 0.68% -
XYZ 25.93 22.57 14.06 -
YUV 131.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 174 117 96 0 0.33 0.45 0.32 16.15 0.33 0.53
Hex AE 75 60 0 21 2D 20 10 20 35
Octal 256 165 140 0 41 55 40 20 40 65
Binary 10101110 1110101 1100000 0 100001 101101 100000 10000 100000 110101

Color Harmonies of #AE7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7560

Black with #AE7560

Text Example


Text Example

White with #AE7560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7560; }

 p { color: rgb(174,117,96); }

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

background-color css

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

 a { background-color: rgb(174,117,96); }

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

border-color css

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

 span { border-color: rgb(174,117,96); }

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