#AE7269

Color #AE7269 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AE7269

Tints of Coral Tree #AE7269

Color information

#AE7269 (or 0xAE7269) is unknown color: approx Coral Tree. HEX triplet: AE, 72 and 69. RGB value is (174,114,105). Sum of RGB (Red+Green+Blue) = 174+114+105=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7269 is #518D96. Grayscale: #838383. Windows color (decimal): -5344663 or 6910638. OLE color: 6910638.

HSL color Cylindrical-coordinate representation of color #AE7269: hue angle of 7.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7269 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174114105-
CMYK00.340.400.32
HSL7.83º29.87%54.71%-
HSV(B)7.83º39.66%68.24%-
XYZ26.0222.0516.25-
YUV130.91113.38158.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=44.27%
G=29.01%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411410500.340.400.327.8329.8754.71
HexAE7269022282081e37
Octal2561621510425040103667
Binary10101110111001011010010100010101000100000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7269; }

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

 H1.HeaderClassName
 {
   color: #AE7269;
 }
 .AnyTagClassName
 {
   color: #AE7269;
 }
</style>
background-color css

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

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

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

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

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

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