Html Css Color HEX #AE7065 Coral Tree

📋 copy color: '#AE7065'

red 174 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #AE7065

Tints of Coral Tree #AE7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 44.96%
G = 28.94%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE7065 (or 0xAE7065) is known color: Coral Tree. HEX triplet: AE, 70 and 65. RGB value is (174,112,101). Sum of RGB (Red+Green+Blue) = 174+112+101=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7065 is #518F9A. Grayscale: #818181. Windows color (decimal): -5345179 or 6647982. OLE color: 6647982.

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

Color convert

RGB 174 112 101 -
CMYK 0 0.36 0.42 0.32
HSL 9.04º 0.31% 0.54% -
HSV(B) 9.04º 0.42% 0.68% -
XYZ 25.6 21.53 15.12 -
YUV 129.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 174 112 101 0 0.36 0.42 0.32 9.04 0.31 0.54
Hex AE 70 65 0 24 2A 20 9 1F 36
Octal 256 160 145 0 44 52 40 11 37 66
Binary 10101110 1110000 1100101 0 100100 101010 100000 1001 11111 110110

Color Harmonies of #AE7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7065

Black with #AE7065

Text Example


Text Example

White with #AE7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7065; }

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

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

background-color css

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

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

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

border-color css

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

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

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