Html Css Color HEX #AE5C5C Coral Tree

📋 copy color: '#AE5C5C'

red 174 ◦ green 92 ◦ blue 92

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

Shades of Coral Tree #AE5C5C

Tints of Coral Tree #AE5C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.7%

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

R = 48.6%
G = 25.7%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE5C5C (or 0xAE5C5C) is known color: Coral Tree. HEX triplet: AE, 5C and 5C. RGB value is (174,92,92). Sum of RGB (Red+Green+Blue) = 174+92+92=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C5C is #51A3A3. Grayscale: #747474. Windows color (decimal): -5350308 or 6053038. OLE color: 6053038.

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

Color convert

RGB 174 92 92 -
CMYK 0 0.47 0.47 0.32
HSL 0.34% 0.52% -
HSV(B) 0.47% 0.68% -
XYZ 23.21 17.43 12.27 -
YUV 116.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 174 92 92 0 0.47 0.47 0.32 0 0.34 0.52
Hex AE 5C 5C 0 2F 2F 20 0 22 34
Octal 256 134 134 0 57 57 40 0 42 64
Binary 10101110 1011100 1011100 0 101111 101111 100000 0 100010 110100

Color Harmonies of #AE5C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C5C

Black with #AE5C5C

Text Example


Text Example

White with #AE5C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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