#A46B61

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

Shades of Coral Tree #A46B61

Tints of Coral Tree #A46B61

Color information

#A46B61 (or 0xA46B61) is unknown color: approx Coral Tree. HEX triplet: A4, 6B and 61. RGB value is (164,107,97). Sum of RGB (Red+Green+Blue) = 164+107+97=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B61 is #5B949E. Grayscale: #7A7A7A. Windows color (decimal): -6001823 or 6384548. OLE color: 6384548.

HSL color Cylindrical-coordinate representation of color #A46B61: hue angle of 8.96º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46B61 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16410797-
CMYK00.350.410.36
HSL8.96º26.91%51.18%-
HSV(B)8.96º40.85%64.31%-
XYZ22.7319.2713.83-
YUV122.9113.38157.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=44.57%
G=29.08%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641079700.350.410.368.9626.9151.18
HexA46B61023292491b33
Octal2441531410435144113363
Binary10100100110101111000010100011101001100100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B61; }

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

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

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

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

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

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

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

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