Html Css Color HEX #AE7271 Coral Tree

📋 copy color: '#AE7271'

red 174 ◦ green 114 ◦ blue 113

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

Shades of Coral Tree #AE7271

Tints of Coral Tree #AE7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 43.39%
G = 28.43%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE7271 (or 0xAE7271) is known color: Coral Tree. HEX triplet: AE, 72 and 71. RGB value is (174,114,113). Sum of RGB (Red+Green+Blue) = 174+114+113=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7271 is #518D8E. Grayscale: #838383. Windows color (decimal): -5344655 or 7434926. OLE color: 7434926.

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

Color convert

RGB 174 114 113 -
CMYK 0 0.34 0.35 0.32
HSL 0.98º 0.27% 0.56% -
HSV(B) 0.98º 0.35% 0.68% -
XYZ 26.45 22.23 18.52 -
YUV 131.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 174 114 113 0 0.34 0.35 0.32 0.98 0.27 0.56
Hex AE 72 71 0 22 23 20 1 1B 38
Octal 256 162 161 0 42 43 40 1 33 70
Binary 10101110 1110010 1110001 0 100010 100011 100000 1 11011 111000

Color Harmonies of #AE7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7271

Black with #AE7271

Text Example


Text Example

White with #AE7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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