Html Css Color HEX #AE7360 Coral Tree

📋 copy color: '#AE7360'

red 174 ◦ green 115 ◦ blue 96

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

Shades of Coral Tree #AE7360

Tints of Coral Tree #AE7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 45.19%
G = 29.87%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE7360 (or 0xAE7360) is known color: Coral Tree. HEX triplet: AE, 73 and 60. RGB value is (174,115,96). Sum of RGB (Red+Green+Blue) = 174+115+96=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7360 is #518C9F. Grayscale: #828282. Windows color (decimal): -5344416 or 6321070. OLE color: 6321070.

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

Color convert

RGB 174 115 96 -
CMYK 0 0.34 0.45 0.32
HSL 14.62º 0.33% 0.53% -
HSV(B) 14.62º 0.45% 0.68% -
XYZ 25.7 22.1 13.98 -
YUV 130.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 174 115 96 0 0.34 0.45 0.32 14.62 0.33 0.53
Hex AE 73 60 0 22 2D 20 F 20 35
Octal 256 163 140 0 42 55 40 17 40 65
Binary 10101110 1110011 1100000 0 100010 101101 100000 1111 100000 110101

Color Harmonies of #AE7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7360

Black with #AE7360

Text Example


Text Example

White with #AE7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7360; }

 p { color: rgb(174,115,96); }

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

background-color css

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

 a { background-color: rgb(174,115,96); }

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

border-color css

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

 span { border-color: rgb(174,115,96); }

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