Html Css Color HEX #AE725D Toast

📋 copy color: '#AE725D'

red 174 ◦ green 114 ◦ blue 93

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

Shades of Toast #AE725D

Tints of Toast #AE725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 45.67%
G = 29.92%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE725D (or 0xAE725D) is known color: Toast. HEX triplet: AE, 72 and 5D. RGB value is (174,114,93). Sum of RGB (Red+Green+Blue) = 174+114+93=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE725D is #518DA2. Grayscale: #818181. Windows color (decimal): -5344675 or 6124206. OLE color: 6124206.

HSL color Cylindrical-coordinate representation of color #AE725D: hue angle of 15.56º 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 #AE725D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 93 -
CMYK 0 0.34 0.47 0.32
HSL 15.56º 0.33% 0.52% -
HSV(B) 15.56º 0.47% 0.68% -
XYZ 25.45 21.82 13.23 -
YUV 129.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 174 114 93 0 0.34 0.47 0.32 15.56 0.33 0.52
Hex AE 72 5D 0 22 2F 20 10 21 34
Octal 256 162 135 0 42 57 40 20 41 64
Binary 10101110 1110010 1011101 0 100010 101111 100000 10000 100001 110100

Color Harmonies of #AE725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE725D

Black with #AE725D

Text Example


Text Example

White with #AE725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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