#A46B67

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

Shades of Coral Tree #A46B67

Tints of Coral Tree #A46B67

Color information

#A46B67 (or 0xA46B67) is unknown color: approx Coral Tree. HEX triplet: A4, 6B and 67. RGB value is (164,107,103). Sum of RGB (Red+Green+Blue) = 164+107+103=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B67 is #5B9498. Grayscale: #7B7B7B. Windows color (decimal): -6001817 or 6777764. OLE color: 6777764.

HSL color Cylindrical-coordinate representation of color #A46B67: hue angle of 3.93º 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 #A46B67 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164107103-
CMYK00.350.370.36
HSL3.93º25.1%52.35%-
HSV(B)3.93º37.2%64.31%-
XYZ23.0219.3915.36-
YUV123.59116.38156.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=43.85%
G=28.61%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410710300.350.370.363.9325.152.35
HexA46B67023252441934
Octal244153147043454443164
Binary1010010011010111100111010001110010110010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B67; }

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

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

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

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

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

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

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

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