#AC6461

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

Shades of Coral Tree #AC6461

Tints of Coral Tree #AC6461

Color information

#AC6461 (or 0xAC6461) is unknown color: approx Coral Tree. HEX triplet: AC, 64 and 61. RGB value is (172,100,97). Sum of RGB (Red+Green+Blue) = 172+100+97=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6461 is #539B9E. Grayscale: #797979. Windows color (decimal): -5479327 or 6382764. OLE color: 6382764.

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

Color convert

RGB17210097-
CMYK00.420.440.33
HSL2.4º31.12%52.75%-
HSV(B)2.4º43.6%67.45%-
XYZ23.7318.7513.68-
YUV121.19114.35164.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=46.61%
G=27.10%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721009700.420.440.332.431.1252.75
HexAC646102A2C2121f35
Octal254144141052544123765
Binary101011001100100110000101010101011001000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6461; }

 p { color: rgb(172,100,97); }

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

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

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

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

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

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

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