Html Css Color HEX #AE7066 Coral Tree

📋 copy color: '#AE7066'

red 174 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #AE7066

Tints of Coral Tree #AE7066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 44.85%
G = 28.87%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE7066 (or 0xAE7066) is known color: Coral Tree. HEX triplet: AE, 70 and 66. RGB value is (174,112,102). Sum of RGB (Red+Green+Blue) = 174+112+102=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7066 is #518F99. Grayscale: #818181. Windows color (decimal): -5345178 or 6713518. OLE color: 6713518.

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

Color convert

RGB 174 112 102 -
CMYK 0 0.36 0.41 0.32
HSL 8.33º 0.31% 0.54% -
HSV(B) 8.33º 0.41% 0.68% -
XYZ 25.65 21.55 15.38 -
YUV 129.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 174 112 102 0 0.36 0.41 0.32 8.33 0.31 0.54
Hex AE 70 66 0 24 29 20 8 1F 36
Octal 256 160 146 0 44 51 40 10 37 66
Binary 10101110 1110000 1100110 0 100100 101001 100000 1000 11111 110110

Color Harmonies of #AE7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7066

Black with #AE7066

Text Example


Text Example

White with #AE7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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