Html Css Color HEX #AE7064 Coral Tree

📋 copy color: '#AE7064'

red 174 ◦ green 112 ◦ blue 100

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

Shades of Coral Tree #AE7064

Tints of Coral Tree #AE7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 45.08%
G = 29.02%
B = 25.91%

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

#AE7064 (or 0xAE7064) is known color: Coral Tree. HEX triplet: AE, 70 and 64. RGB value is (174,112,100). Sum of RGB (Red+Green+Blue) = 174+112+100=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7064 is #518F9B. Grayscale: #818181. Windows color (decimal): -5345180 or 6582446. OLE color: 6582446.

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

Color convert

RGB 174 112 100 -
CMYK 0 0.36 0.43 0.32
HSL 9.73º 0.31% 0.54% -
HSV(B) 9.73º 0.43% 0.68% -
XYZ 25.55 21.51 14.86 -
YUV 129.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 174 112 100 0 0.36 0.43 0.32 9.73 0.31 0.54
Hex AE 70 64 0 24 2B 20 A 1F 36
Octal 256 160 144 0 44 53 40 12 37 66
Binary 10101110 1110000 1100100 0 100100 101011 100000 1010 11111 110110

Color Harmonies of #AE7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7064

Black with #AE7064

Text Example


Text Example

White with #AE7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7064; }

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

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

background-color css

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

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

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

border-color css

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

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

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