#AB6964

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

Shades of Coral Tree #AB6964

Tints of Coral Tree #AB6964

Color information

#AB6964 (or 0xAB6964) is unknown color: approx Coral Tree. HEX triplet: AB, 69 and 64. RGB value is (171,105,100). Sum of RGB (Red+Green+Blue) = 171+105+100=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6964 is #54969B. Grayscale: #7C7C7C. Windows color (decimal): -5543580 or 6580651. OLE color: 6580651.

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

Color convert

RGB171105100-
CMYK00.390.420.33
HSL4.23º29.71%53.14%-
HSV(B)4.23º41.52%67.06%-
XYZ24.1519.6814.58-
YUV124.16114.37161.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=45.48%
G=27.93%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110510000.390.420.334.2329.7153.14
HexAB69640272A2141e35
Octal253151144047524143665
Binary1010101111010011100100010011110101010000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6964; }

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

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

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

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

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

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

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

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