#AC5E5A

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

Shades of Coral Tree #AC5E5A

Tints of Coral Tree #AC5E5A

Color information

#AC5E5A (or 0xAC5E5A) is unknown color: approx Coral Tree. HEX triplet: AC, 5E and 5A. RGB value is (172,94,90). Sum of RGB (Red+Green+Blue) = 172+94+90=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E5A is #53A1A5. Grayscale: #747474. Windows color (decimal): -5480870 or 5922476. OLE color: 5922476.

HSL color Cylindrical-coordinate representation of color #AC5E5A: hue angle of 2.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5E5A is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1729490-
CMYK00.450.480.33
HSL2.93º33.06%51.37%-
HSV(B)2.93º47.67%67.45%-
XYZ22.8617.5111.85-
YUV116.87112.84167.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=48.31%
G=26.40%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172949000.450.480.332.9333.0651.37
HexAC5E5A02D302132133
Octal254136132055604134163
Binary1010110010111101011010010110111000010000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E5A; }

 p { color: rgb(172,94,90); }

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

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

 a { background-color: rgb(172,94,90); }

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

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

 span { border-color: rgb(172,94,90); }

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