Html Css Color HEX #AE7770 Coral Tree

📋 copy color: '#AE7770'

red 174 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #AE7770

Tints of Coral Tree #AE7770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 42.96%
G = 29.38%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE7770 (or 0xAE7770) is known color: Coral Tree. HEX triplet: AE, 77 and 70. RGB value is (174,119,112). Sum of RGB (Red+Green+Blue) = 174+119+112=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7770 is #51888F. Grayscale: #868686. Windows color (decimal): -5343376 or 7370670. OLE color: 7370670.

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

Color convert

RGB 174 119 112 -
CMYK 0 0.32 0.36 0.32
HSL 6.77º 0.28% 0.56% -
HSV(B) 6.77º 0.36% 0.68% -
XYZ 26.98 23.36 18.42 -
YUV 134.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 174 119 112 0 0.32 0.36 0.32 6.77 0.28 0.56
Hex AE 77 70 0 20 24 20 7 1C 38
Octal 256 167 160 0 40 44 40 7 34 70
Binary 10101110 1110111 1110000 0 100000 100100 100000 111 11100 111000

Color Harmonies of #AE7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7770

Black with #AE7770

Text Example


Text Example

White with #AE7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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