Html Css Color HEX #AE7572 Coral Tree

📋 copy color: '#AE7572'

red 174 ◦ green 117 ◦ blue 114

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

Shades of Coral Tree #AE7572

Tints of Coral Tree #AE7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 42.96%
G = 28.89%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7572 (or 0xAE7572) is known color: Coral Tree. HEX triplet: AE, 75 and 72. RGB value is (174,117,114). Sum of RGB (Red+Green+Blue) = 174+117+114=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7572 is #518A8D. Grayscale: #858585. Windows color (decimal): -5343886 or 7501230. OLE color: 7501230.

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

Color convert

RGB 174 117 114 -
CMYK 0 0.33 0.34 0.32
HSL 0.27% 0.56% -
HSV(B) 0.34% 0.68% -
XYZ 26.85 22.94 18.93 -
YUV 133.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 174 117 114 0 0.33 0.34 0.32 3 0.27 0.56
Hex AE 75 72 0 21 22 20 3 1B 38
Octal 256 165 162 0 41 42 40 3 33 70
Binary 10101110 1110101 1110010 0 100001 100010 100000 11 11011 111000

Color Harmonies of #AE7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7572

Black with #AE7572

Text Example


Text Example

White with #AE7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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