#A46B62

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

Shades of Coral Tree #A46B62

Tints of Coral Tree #A46B62

Color information

#A46B62 (or 0xA46B62) is unknown color: approx Coral Tree. HEX triplet: A4, 6B and 62. RGB value is (164,107,98). Sum of RGB (Red+Green+Blue) = 164+107+98=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B62 is #5B949D. Grayscale: #7B7B7B. Windows color (decimal): -6001822 or 6450084. OLE color: 6450084.

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

Color convert

RGB16410798-
CMYK00.350.400.36
HSL8.18º26.61%51.37%-
HSV(B)8.18º40.24%64.31%-
XYZ22.7719.2914.08-
YUV123.02113.88157.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=44.44%
G=29.00%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641079800.350.400.368.1826.6151.37
HexA46B62023282481b33
Octal2441531420435044103363
Binary10100100110101111000100100011101000100100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B62; }

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

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

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

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

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

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

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

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