#A67168

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

Shades of Coral Tree #A67168

Tints of Coral Tree #A67168

Color information

#A67168 (or 0xA67168) is unknown color: approx Coral Tree. HEX triplet: A6, 71 and 68. RGB value is (166,113,104). Sum of RGB (Red+Green+Blue) = 166+113+104=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A67168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67168 is #598E97. Grayscale: #7F7F7F. Windows color (decimal): -5869208 or 6844838. OLE color: 6844838.

HSL color Cylindrical-coordinate representation of color #A67168: hue angle of 8.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67168 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166113104-
CMYK00.320.370.35
HSL8.71º25.83%52.94%-
HSV(B)8.71º37.35%65.1%-
XYZ24.1320.9215.86-
YUV127.82114.56155.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=43.34%
G=29.50%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611310400.320.370.358.7125.8352.94
HexA67168020252391a35
Octal2461611500404543113265
Binary10100110111000111010000100000100101100011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67168; }

 p { color: rgb(166,113,104); }

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

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

 a { background-color: rgb(166,113,104); }

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

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

 span { border-color: rgb(166,113,104); }

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