#A46F6E

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

Shades of Coral Tree #A46F6E

Tints of Coral Tree #A46F6E

Color information

#A46F6E (or 0xA46F6E) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 6E. RGB value is (164,111,110). Sum of RGB (Red+Green+Blue) = 164+111+110=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F6E is #5B9091. Grayscale: #7E7E7E. Windows color (decimal): -6000786 or 7237540. OLE color: 7237540.

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

Color convert

RGB164111110-
CMYK00.320.330.36
HSL1.11º22.88%53.73%-
HSV(B)1.11º32.93%64.31%-
XYZ23.8120.3917.43-
YUV126.73118.56154.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=42.60%
G=28.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411111000.320.330.361.1122.8853.73
HexA46F6E020212411736
Octal244157156040414412766
Binary10100100110111111011100100000100001100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F6E; }

 p { color: rgb(164,111,110); }

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

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

 a { background-color: rgb(164,111,110); }

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

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

 span { border-color: rgb(164,111,110); }

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