Html Css Color HEX #AE7670 Coral Tree

📋 copy color: '#AE7670'

red 174 ◦ green 118 ◦ blue 112

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

Shades of Coral Tree #AE7670

Tints of Coral Tree #AE7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 43.07%
G = 29.21%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE7670 (or 0xAE7670) is known color: Coral Tree. HEX triplet: AE, 76 and 70. RGB value is (174,118,112). Sum of RGB (Red+Green+Blue) = 174+118+112=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7670 is #51898F. Grayscale: #868686. Windows color (decimal): -5343632 or 7370414. OLE color: 7370414.

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

Color convert

RGB 174 118 112 -
CMYK 0 0.32 0.36 0.32
HSL 5.81º 0.28% 0.56% -
HSV(B) 5.81º 0.36% 0.68% -
XYZ 26.86 23.13 18.38 -
YUV 134.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 174 118 112 0 0.32 0.36 0.32 5.81 0.28 0.56
Hex AE 76 70 0 20 24 20 6 1C 38
Octal 256 166 160 0 40 44 40 6 34 70
Binary 10101110 1110110 1110000 0 100000 100100 100000 110 11100 111000

Color Harmonies of #AE7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7670

Black with #AE7670

Text Example


Text Example

White with #AE7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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