#AB6969

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

Shades of Coral Tree #AB6969

Tints of Coral Tree #AB6969

Color information

#AB6969 (or 0xAB6969) is unknown color: approx Coral Tree. HEX triplet: AB, 69 and 69. RGB value is (171,105,105). Sum of RGB (Red+Green+Blue) = 171+105+105=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6969 is #549696. Grayscale: #7C7C7C. Windows color (decimal): -5543575 or 6908331. OLE color: 6908331.

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

Color convert

RGB171105105-
CMYK00.390.390.33
HSL28.21%54.12%-
HSV(B)38.6%67.06%-
XYZ24.419.7815.9-
YUV124.73116.87161-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=44.88%
G=27.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110510500.390.390.33028.2154.12
HexAB6969027272101c36
Octal253151151047474103466
Binary10101011110100111010010100111100111100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6969; }

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

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

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

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

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

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

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

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