Html Css Color HEX #AE7061 Coral Tree

📋 copy color: '#AE7061'

red 174 ◦ green 112 ◦ blue 97

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

Shades of Coral Tree #AE7061

Tints of Coral Tree #AE7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 45.43%
G = 29.24%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE7061 (or 0xAE7061) is known color: Coral Tree. HEX triplet: AE, 70 and 61. RGB value is (174,112,97). Sum of RGB (Red+Green+Blue) = 174+112+97=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7061 is #518F9E. Grayscale: #808080. Windows color (decimal): -5345183 or 6385838. OLE color: 6385838.

HSL color Cylindrical-coordinate representation of color #AE7061: hue angle of 11.69º 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 #AE7061 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 97 -
CMYK 0 0.36 0.44 0.32
HSL 11.69º 0.32% 0.53% -
HSV(B) 11.69º 0.44% 0.68% -
XYZ 25.41 21.45 14.11 -
YUV 128.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 174 112 97 0 0.36 0.44 0.32 11.69 0.32 0.53
Hex AE 70 61 0 24 2C 20 C 20 35
Octal 256 160 141 0 44 54 40 14 40 65
Binary 10101110 1110000 1100001 0 100100 101100 100000 1100 100000 110101

Color Harmonies of #AE7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7061

Black with #AE7061

Text Example


Text Example

White with #AE7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7061; }

 p { color: rgb(174,112,97); }

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

background-color css

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

 a { background-color: rgb(174,112,97); }

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

border-color css

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

 span { border-color: rgb(174,112,97); }

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