#AC6562

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

Shades of Coral Tree #AC6562

Tints of Coral Tree #AC6562

Color information

#AC6562 (or 0xAC6562) is unknown color: approx Coral Tree. HEX triplet: AC, 65 and 62. RGB value is (172,101,98). Sum of RGB (Red+Green+Blue) = 172+101+98=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6562 is #539A9D. Grayscale: #797979. Windows color (decimal): -5479070 or 6448556. OLE color: 6448556.

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

Color convert

RGB17210198-
CMYK00.410.430.33
HSL2.43º30.83%52.94%-
HSV(B)2.43º43.02%67.45%-
XYZ23.8718.9613.96-
YUV121.89114.52163.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=46.36%
G=27.22%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721019800.410.430.332.4330.8352.94
HexAC65620292B2121f35
Octal254145142051534123765
Binary101011001100101110001001010011010111000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6562; }

 p { color: rgb(172,101,98); }

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

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

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

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

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

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

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