#AE6A6A

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

Shades of Coral Tree #AE6A6A

Tints of Coral Tree #AE6A6A

Color information

#AE6A6A (or 0xAE6A6A) is unknown color: approx Coral Tree. HEX triplet: AE, 6A and 6A. RGB value is (174,106,106). Sum of RGB (Red+Green+Blue) = 174+106+106=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A6A is #519595. Grayscale: #7E7E7E. Windows color (decimal): -5346710 or 6974126. OLE color: 6974126.

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

Color convert

RGB174106106-
CMYK00.390.390.32
HSL29.57%54.9%-
HSV(B)39.08%68.24%-
XYZ25.2120.3516.23-
YUV126.33116.53162-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=45.08%
G=27.46%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410610600.390.390.32029.5754.9
HexAE6A6A027272001e37
Octal256152152047474003667
Binary10101110110101011010100100111100111100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A6A; }

 p { color: rgb(174,106,106); }

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

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

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

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

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

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

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