Html Css Color HEX #AE7063 Coral Tree

📋 copy color: '#AE7063'

red 174 ◦ green 112 ◦ blue 99

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

Shades of Coral Tree #AE7063

Tints of Coral Tree #AE7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 45.19%
G = 29.09%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE7063 (or 0xAE7063) is known color: Coral Tree. HEX triplet: AE, 70 and 63. RGB value is (174,112,99). Sum of RGB (Red+Green+Blue) = 174+112+99=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7063 is #518F9C. Grayscale: #818181. Windows color (decimal): -5345181 or 6516910. OLE color: 6516910.

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

Color convert

RGB 174 112 99 -
CMYK 0 0.36 0.43 0.32
HSL 10.4º 0.32% 0.54% -
HSV(B) 10.4º 0.43% 0.68% -
XYZ 25.5 21.49 14.61 -
YUV 129.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 174 112 99 0 0.36 0.43 0.32 10.4 0.32 0.54
Hex AE 70 63 0 24 2B 20 A 20 36
Octal 256 160 143 0 44 53 40 12 40 66
Binary 10101110 1110000 1100011 0 100100 101011 100000 1010 100000 110110

Color Harmonies of #AE7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7063

Black with #AE7063

Text Example


Text Example

White with #AE7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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