Html Css Color HEX #AE7972 Coral Tree

📋 copy color: '#AE7972'

red 174 ◦ green 121 ◦ blue 114

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

Shades of Coral Tree #AE7972

Tints of Coral Tree #AE7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 42.54%
G = 29.58%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7972 (or 0xAE7972) is known color: Coral Tree. HEX triplet: AE, 79 and 72. RGB value is (174,121,114). Sum of RGB (Red+Green+Blue) = 174+121+114=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7972 is #51868D. Grayscale: #888888. Windows color (decimal): -5342862 or 7502254. OLE color: 7502254.

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

Color convert

RGB 174 121 114 -
CMYK 0 0.30 0.34 0.32
HSL 0.27% 0.56% -
HSV(B) 0.34% 0.68% -
XYZ 27.33 23.89 19.09 -
YUV 136.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 174 121 114 0 0.30 0.34 0.32 7 0.27 0.56
Hex AE 79 72 0 1E 22 20 7 1B 38
Octal 256 171 162 0 36 42 40 7 33 70
Binary 10101110 1111001 1110010 0 11110 100010 100000 111 11011 111000

Color Harmonies of #AE7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7972

Black with #AE7972

Text Example


Text Example

White with #AE7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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