#AB6461

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

Shades of Coral Tree #AB6461

Tints of Coral Tree #AB6461

Color information

#AB6461 (or 0xAB6461) is unknown color: approx Coral Tree. HEX triplet: AB, 64 and 61. RGB value is (171,100,97). Sum of RGB (Red+Green+Blue) = 171+100+97=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6461 is #549B9E. Grayscale: #787878. Windows color (decimal): -5544863 or 6382763. OLE color: 6382763.

HSL color Cylindrical-coordinate representation of color #AB6461: 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 #AB6461 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17110097-
CMYK00.420.430.33
HSL2.43º30.58%52.55%-
HSV(B)2.43º43.27%67.06%-
XYZ23.5118.6413.67-
YUV120.89114.52163.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=46.47%
G=27.17%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711009700.420.430.332.4330.5852.55
HexAB646102A2B2121f35
Octal253144141052534123765
Binary101010111100100110000101010101010111000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6461; }

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

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

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

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

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

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

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

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