Html Css Color HEX #AE725C Toast

📋 copy color: '#AE725C'

red 174 ◦ green 114 ◦ blue 92

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

Shades of Toast #AE725C

Tints of Toast #AE725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 45.79%
G = 30%
B = 24.21%

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

#AE725C (or 0xAE725C) is known color: Toast. HEX triplet: AE, 72 and 5C. RGB value is (174,114,92). Sum of RGB (Red+Green+Blue) = 174+114+92=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE725C is #518DA3. Grayscale: #818181. Windows color (decimal): -5344676 or 6058670. OLE color: 6058670.

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

Color convert

RGB 174 114 92 -
CMYK 0 0.34 0.47 0.32
HSL 16.1º 0.34% 0.52% -
HSV(B) 16.1º 0.47% 0.68% -
XYZ 25.4 21.81 13 -
YUV 129.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 174 114 92 0 0.34 0.47 0.32 16.1 0.34 0.52
Hex AE 72 5C 0 22 2F 20 10 22 34
Octal 256 162 134 0 42 57 40 20 42 64
Binary 10101110 1110010 1011100 0 100010 101111 100000 10000 100010 110100

Color Harmonies of #AE725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE725C

Black with #AE725C

Text Example


Text Example

White with #AE725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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