Html Css Color HEX #AE7062 Coral Tree

📋 copy color: '#AE7062'

red 174 ◦ green 112 ◦ blue 98

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

Shades of Coral Tree #AE7062

Tints of Coral Tree #AE7062

RGB

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

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

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

R = 45.31%
G = 29.17%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE7062 (or 0xAE7062) is known color: Coral Tree. HEX triplet: AE, 70 and 62. RGB value is (174,112,98). Sum of RGB (Red+Green+Blue) = 174+112+98=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7062 is #518F9D. Grayscale: #818181. Windows color (decimal): -5345182 or 6451374. OLE color: 6451374.

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

Color convert

RGB 174 112 98 -
CMYK 0 0.36 0.44 0.32
HSL 11.05º 0.32% 0.53% -
HSV(B) 11.05º 0.44% 0.68% -
XYZ 25.45 21.47 14.36 -
YUV 128.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 174 112 98 0 0.36 0.44 0.32 11.05 0.32 0.53
Hex AE 70 62 0 24 2C 20 B 20 35
Octal 256 160 142 0 44 54 40 13 40 65
Binary 10101110 1110000 1100010 0 100100 101100 100000 1011 100000 110101

Color Harmonies of #AE7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7062

Black with #AE7062

Text Example


Text Example

White with #AE7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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