#AB6961

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

Shades of Coral Tree #AB6961

Tints of Coral Tree #AB6961

Color information

#AB6961 (or 0xAB6961) is unknown color: approx Coral Tree. HEX triplet: AB, 69 and 61. RGB value is (171,105,97). Sum of RGB (Red+Green+Blue) = 171+105+97=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6961 is #54969E. Grayscale: #7B7B7B. Windows color (decimal): -5543583 or 6384043. OLE color: 6384043.

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

Color convert

RGB17110597-
CMYK00.390.430.33
HSL6.49º30.58%52.55%-
HSV(B)6.49º43.27%67.06%-
XYZ2419.6213.83-
YUV123.82112.87161.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=45.84%
G=28.15%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711059700.390.430.336.4930.5852.55
HexAB69610272B2161f35
Octal253151141047534163765
Binary1010101111010011100001010011110101110000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6961; }

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

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

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

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

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

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

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

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