Html Css Color HEX #AE605F Coral Tree

📋 copy color: '#AE605F'

red 174 ◦ green 96 ◦ blue 95

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

Shades of Coral Tree #AE605F

Tints of Coral Tree #AE605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 47.67%
G = 26.3%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE605F (or 0xAE605F) is known color: Coral Tree. HEX triplet: AE, 60 and 5F. RGB value is (174,96,95). Sum of RGB (Red+Green+Blue) = 174+96+95=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE605F is #519FA0. Grayscale: #777777. Windows color (decimal): -5349281 or 6250670. OLE color: 6250670.

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

Color convert

RGB 174 96 95 -
CMYK 0 0.45 0.45 0.32
HSL 0.76º 0.33% 0.53% -
HSV(B) 0.76º 0.45% 0.68% -
XYZ 23.7 18.19 13.09 -
YUV 119.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 174 96 95 0 0.45 0.45 0.32 0.76 0.33 0.53
Hex AE 60 5F 0 2D 2D 20 1 21 35
Octal 256 140 137 0 55 55 40 1 41 65
Binary 10101110 1100000 1011111 0 101101 101101 100000 1 100001 110101

Color Harmonies of #AE605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE605F

Black with #AE605F

Text Example


Text Example

White with #AE605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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