#A06D67

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

Shades of Coral Tree #A06D67

Tints of Coral Tree #A06D67

Color information

#A06D67 (or 0xA06D67) is unknown color: approx Coral Tree. HEX triplet: A0, 6D and 67. RGB value is (160,109,103). Sum of RGB (Red+Green+Blue) = 160+109+103=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D67 is #5F9298. Grayscale: #7B7B7B. Windows color (decimal): -6263449 or 6778272. OLE color: 6778272.

HSL color Cylindrical-coordinate representation of color #A06D67: hue angle of 6.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06D67 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160109103-
CMYK00.320.360.37
HSL6.32º23.08%51.57%-
HSV(B)6.32º35.62%62.75%-
XYZ22.4119.3915.39-
YUV123.56116.4153.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 103 (40.62% from 255) = 27.69%
R=43.01%
G=29.30%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010910300.320.360.376.3223.0851.57
HexA06D67020242561734
Octal240155147040444562764
Binary1010000011011011100111010000010010010010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D67; }

 p { color: rgb(160,109,103); }

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

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

 a { background-color: rgb(160,109,103); }

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

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

 span { border-color: rgb(160,109,103); }

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