#A46F69

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

Shades of Coral Tree #A46F69

Tints of Coral Tree #A46F69

Color information

#A46F69 (or 0xA46F69) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 69. RGB value is (164,111,105). Sum of RGB (Red+Green+Blue) = 164+111+105=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F69 is #5B9096. Grayscale: #7E7E7E. Windows color (decimal): -6000791 or 6909860. OLE color: 6909860.

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

Color convert

RGB164111105-
CMYK00.320.360.36
HSL6.1º24.48%52.75%-
HSV(B)6.1º35.98%64.31%-
XYZ23.5420.2816.04-
YUV126.16116.06154.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=43.16%
G=29.21%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411110500.320.360.366.124.4852.75
HexA46F69020242461835
Octal244157151040444463065
Binary1010010011011111101001010000010010010010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F69; }

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

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

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

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

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

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

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

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