Html Css Color HEX #AE6160 Coral Tree

📋 copy color: '#AE6160'

red 174 ◦ green 97 ◦ blue 96

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

Shades of Coral Tree #AE6160

Tints of Coral Tree #AE6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 47.41%
G = 26.43%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE6160 (or 0xAE6160) is known color: Coral Tree. HEX triplet: AE, 61 and 60. RGB value is (174,97,96). Sum of RGB (Red+Green+Blue) = 174+97+96=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6160 is #519E9F. Grayscale: #777777. Windows color (decimal): -5349024 or 6316462. OLE color: 6316462.

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

Color convert

RGB 174 97 96 -
CMYK 0 0.44 0.45 0.32
HSL 0.77º 0.33% 0.53% -
HSV(B) 0.77º 0.45% 0.68% -
XYZ 23.84 18.39 13.36 -
YUV 119.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 174 97 96 0 0.44 0.45 0.32 0.77 0.33 0.53
Hex AE 61 60 0 2C 2D 20 1 20 35
Octal 256 141 140 0 54 55 40 1 40 65
Binary 10101110 1100001 1100000 0 101100 101101 100000 1 100000 110101

Color Harmonies of #AE6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6160

Black with #AE6160

Text Example


Text Example

White with #AE6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6160; }

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

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

background-color css

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

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

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

border-color css

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

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

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