Html Css Color HEX #AE715D Toast

📋 copy color: '#AE715D'

red 174 ◦ green 113 ◦ blue 93

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

Shades of Toast #AE715D

Tints of Toast #AE715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 45.79%
G = 29.74%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE715D (or 0xAE715D) is known color: Toast. HEX triplet: AE, 71 and 5D. RGB value is (174,113,93). Sum of RGB (Red+Green+Blue) = 174+113+93=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715D is #518EA2. Grayscale: #818181. Windows color (decimal): -5344931 or 6123950. OLE color: 6123950.

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

Color convert

RGB 174 113 93 -
CMYK 0 0.35 0.47 0.32
HSL 14.81º 0.33% 0.52% -
HSV(B) 14.81º 0.47% 0.68% -
XYZ 25.34 21.6 13.19 -
YUV 128.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 174 113 93 0 0.35 0.47 0.32 14.81 0.33 0.52
Hex AE 71 5D 0 23 2F 20 F 21 34
Octal 256 161 135 0 43 57 40 17 41 64
Binary 10101110 1110001 1011101 0 100011 101111 100000 1111 100001 110100

Color Harmonies of #AE715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE715D

Black with #AE715D

Text Example


Text Example

White with #AE715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE715D; }

 p { color: rgb(174,113,93); }

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

background-color css

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

 a { background-color: rgb(174,113,93); }

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

border-color css

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

 span { border-color: rgb(174,113,93); }

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