#AC7575

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

Shades of Coral Tree #AC7575

Tints of Coral Tree #AC7575

Color information

#AC7575 (or 0xAC7575) is unknown color: approx Coral Tree. HEX triplet: AC, 75 and 75. RGB value is (172,117,117). Sum of RGB (Red+Green+Blue) = 172+117+117=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7575 is #538A8A. Grayscale: #858585. Windows color (decimal): -5474955 or 7697836. OLE color: 7697836.

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

Color convert

RGB172117117-
CMYK00.320.320.33
HSL24.89%56.67%-
HSV(B)31.98%67.45%-
XYZ26.5922.7819.82-
YUV133.44118.72155.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=42.36%
G=28.82%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211711700.320.320.33024.8956.67
HexAC7575020202101939
Octal254165165040404103171
Binary10101100111010111101010100000100000100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7575; }

 p { color: rgb(172,117,117); }

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

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

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

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

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

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

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