Html Css Color HEX #AE7162 Coral Tree

📋 copy color: '#AE7162'

red 174 ◦ green 113 ◦ blue 98

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

Shades of Coral Tree #AE7162

Tints of Coral Tree #AE7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 45.19%
G = 29.35%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE7162 (or 0xAE7162) is known color: Coral Tree. HEX triplet: AE, 71 and 62. RGB value is (174,113,98). Sum of RGB (Red+Green+Blue) = 174+113+98=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7162 is #518E9D. Grayscale: #818181. Windows color (decimal): -5344926 or 6451630. OLE color: 6451630.

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

Color convert

RGB 174 113 98 -
CMYK 0 0.35 0.44 0.32
HSL 11.84º 0.32% 0.53% -
HSV(B) 11.84º 0.44% 0.68% -
XYZ 25.57 21.69 14.39 -
YUV 129.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 174 113 98 0 0.35 0.44 0.32 11.84 0.32 0.53
Hex AE 71 62 0 23 2C 20 C 20 35
Octal 256 161 142 0 43 54 40 14 40 65
Binary 10101110 1110001 1100010 0 100011 101100 100000 1100 100000 110101

Color Harmonies of #AE7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7162

Black with #AE7162

Text Example


Text Example

White with #AE7162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7162; }

 p { color: rgb(174,113,98); }

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

background-color css

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

 a { background-color: rgb(174,113,98); }

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

border-color css

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

 span { border-color: rgb(174,113,98); }

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