Html Css Color HEX #AE7464 Coral Tree

📋 copy color: '#AE7464'

red 174 ◦ green 116 ◦ blue 100

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

Shades of Coral Tree #AE7464

Tints of Coral Tree #AE7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 44.62%
G = 29.74%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE7464 (or 0xAE7464) is known color: Coral Tree. HEX triplet: AE, 74 and 64. RGB value is (174,116,100). Sum of RGB (Red+Green+Blue) = 174+116+100=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7464 is #518B9B. Grayscale: #838383. Windows color (decimal): -5344156 or 6583470. OLE color: 6583470.

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

Color convert

RGB 174 116 100 -
CMYK 0 0.33 0.43 0.32
HSL 12.97º 0.31% 0.54% -
HSV(B) 12.97º 0.43% 0.68% -
XYZ 26 22.41 15.01 -
YUV 131.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 174 116 100 0 0.33 0.43 0.32 12.97 0.31 0.54
Hex AE 74 64 0 21 2B 20 D 1F 36
Octal 256 164 144 0 41 53 40 15 37 66
Binary 10101110 1110100 1100100 0 100001 101011 100000 1101 11111 110110

Color Harmonies of #AE7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7464

Black with #AE7464

Text Example


Text Example

White with #AE7464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7464; }

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

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

background-color css

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

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

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

border-color css

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

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

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