Html Css Color HEX #AE645A Coral Tree

📋 copy color: '#AE645A'

red 174 ◦ green 100 ◦ blue 90

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

Shades of Coral Tree #AE645A

Tints of Coral Tree #AE645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 47.8%
G = 27.47%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE645A (or 0xAE645A) is known color: Coral Tree. HEX triplet: AE, 64 and 5A. RGB value is (174,100,90). Sum of RGB (Red+Green+Blue) = 174+100+90=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE645A is #519BA5. Grayscale: #797979. Windows color (decimal): -5348262 or 5924014. OLE color: 5924014.

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

Color convert

RGB 174 100 90 -
CMYK 0 0.43 0.48 0.32
HSL 7.14º 0.34% 0.52% -
HSV(B) 7.14º 0.48% 0.68% -
XYZ 23.86 18.85 12.05 -
YUV 120.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 174 100 90 0 0.43 0.48 0.32 7.14 0.34 0.52
Hex AE 64 5A 0 2B 30 20 7 22 34
Octal 256 144 132 0 53 60 40 7 42 64
Binary 10101110 1100100 1011010 0 101011 110000 100000 111 100010 110100

Color Harmonies of #AE645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE645A

Black with #AE645A

Text Example


Text Example

White with #AE645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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