#A67067

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

Shades of Coral Tree #A67067

Tints of Coral Tree #A67067

Color information

#A67067 (or 0xA67067) is unknown color: approx Coral Tree. HEX triplet: A6, 70 and 67. RGB value is (166,112,103). Sum of RGB (Red+Green+Blue) = 166+112+103=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67067 is #598F98. Grayscale: #7F7F7F. Windows color (decimal): -5869465 or 6779046. OLE color: 6779046.

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

Color convert

RGB166112103-
CMYK00.330.380.35
HSL8.57º26.14%52.75%-
HSV(B)8.57º37.95%65.1%-
XYZ23.9720.6715.56-
YUV127.12114.39155.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=43.57%
G=29.40%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611210300.330.380.358.5726.1452.75
HexA67067021262391a35
Octal2461601470414643113265
Binary10100110111000011001110100001100110100011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67067; }

 p { color: rgb(166,112,103); }

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

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

 a { background-color: rgb(166,112,103); }

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

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

 span { border-color: rgb(166,112,103); }

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