Html Css Color HEX #AE6462 Coral Tree

📋 copy color: '#AE6462'

red 174 ◦ green 100 ◦ blue 98

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

Shades of Coral Tree #AE6462

Tints of Coral Tree #AE6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 46.77%
G = 26.88%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE6462 (or 0xAE6462) is known color: Coral Tree. HEX triplet: AE, 64 and 62. RGB value is (174,100,98). Sum of RGB (Red+Green+Blue) = 174+100+98=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6462 is #519B9D. Grayscale: #797979. Windows color (decimal): -5348254 or 6448302. OLE color: 6448302.

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

Color convert

RGB 174 100 98 -
CMYK 0 0.43 0.44 0.32
HSL 1.58º 0.32% 0.53% -
HSV(B) 1.58º 0.44% 0.68% -
XYZ 24.22 18.99 13.95 -
YUV 121.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 174 100 98 0 0.43 0.44 0.32 1.58 0.32 0.53
Hex AE 64 62 0 2B 2C 20 2 20 35
Octal 256 144 142 0 53 54 40 2 40 65
Binary 10101110 1100100 1100010 0 101011 101100 100000 10 100000 110101

Color Harmonies of #AE6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6462

Black with #AE6462

Text Example


Text Example

White with #AE6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6462; }

 p { color: rgb(174,100,98); }

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

background-color css

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

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

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

border-color css

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

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

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