Html Css Color HEX #AE7070 Coral Tree

📋 copy color: '#AE7070'

red 174 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #AE7070

Tints of Coral Tree #AE7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 43.72%
G = 28.14%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE7070 (or 0xAE7070) is known color: Coral Tree. HEX triplet: AE, 70 and 70. RGB value is (174,112,112). Sum of RGB (Red+Green+Blue) = 174+112+112=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7070 is #518F8F. Grayscale: #828282. Windows color (decimal): -5345168 or 7368878. OLE color: 7368878.

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

Color convert

RGB 174 112 112 -
CMYK 0 0.36 0.36 0.32
HSL 0.28% 0.56% -
HSV(B) 0.36% 0.68% -
XYZ 26.17 21.76 18.15 -
YUV 130.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 174 112 112 0 0.36 0.36 0.32 0 0.28 0.56
Hex AE 70 70 0 24 24 20 0 1C 38
Octal 256 160 160 0 44 44 40 0 34 70
Binary 10101110 1110000 1110000 0 100100 100100 100000 0 11100 111000

Color Harmonies of #AE7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7070

Black with #AE7070

Text Example


Text Example

White with #AE7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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