#A46967

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

Shades of Coral Tree #A46967

Tints of Coral Tree #A46967

Color information

#A46967 (or 0xA46967) is unknown color: approx Coral Tree. HEX triplet: A4, 69 and 67. RGB value is (164,105,103). Sum of RGB (Red+Green+Blue) = 164+105+103=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A46967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46967 is #5B9698. Grayscale: #7A7A7A. Windows color (decimal): -6002329 or 6777252. OLE color: 6777252.

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

Color convert

RGB164105103-
CMYK00.360.370.36
HSL1.97º25.1%52.35%-
HSV(B)1.97º37.2%64.31%-
XYZ22.8118.9715.29-
YUV122.41117.05157.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 103 (40.62% from 255) = 27.69%
R=44.09%
G=28.23%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410510300.360.370.361.9725.152.35
HexA46967024252421934
Octal244151147044454423164
Binary101001001101001110011101001001001011001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46967; }

 p { color: rgb(164,105,103); }

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

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

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

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

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

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

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