#A67369

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

Shades of Coral Tree #A67369

Tints of Coral Tree #A67369

Color information

#A67369 (or 0xA67369) is unknown color: approx Coral Tree. HEX triplet: A6, 73 and 69. RGB value is (166,115,105). Sum of RGB (Red+Green+Blue) = 166+115+105=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A67369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67369 is #598C96. Grayscale: #818181. Windows color (decimal): -5868695 or 6910886. OLE color: 6910886.

HSL color Cylindrical-coordinate representation of color #A67369: hue angle of 9.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67369 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166115105-
CMYK00.310.370.35
HSL9.84º25.52%53.14%-
HSV(B)9.84º36.75%65.1%-
XYZ24.4121.3916.21-
YUV129.11114.4154.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=43.01%
G=29.79%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611510500.310.370.359.8425.5253.14
HexA6736901F2523a1a35
Octal2461631510374543123265
Binary1010011011100111101001011111100101100011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67369; }

 p { color: rgb(166,115,105); }

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

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

 a { background-color: rgb(166,115,105); }

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

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

 span { border-color: rgb(166,115,105); }

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