#A67A74

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

Shades of Coral Tree #A67A74

Tints of Coral Tree #A67A74

Color information

#A67A74 (or 0xA67A74) is unknown color: approx Coral Tree. HEX triplet: A6, 7A and 74. RGB value is (166,122,116). Sum of RGB (Red+Green+Blue) = 166+122+116=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A74 is #59858B. Grayscale: #868686. Windows color (decimal): -5866892 or 7633574. OLE color: 7633574.

HSL color Cylindrical-coordinate representation of color #A67A74: hue angle of 7.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67A74 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166122116-
CMYK00.270.300.35
HSL7.2º21.93%55.29%-
HSV(B)7.2º30.12%65.1%-
XYZ25.8423.2919.66-
YUV134.47117.58150.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=41.09%
G=30.20%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612211600.270.300.357.221.9355.29
HexA67A7401B1E2371637
Octal246172164033364372667
Binary10100110111101011101000110111111010001111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A74; }

 p { color: rgb(166,122,116); }

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

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

 a { background-color: rgb(166,122,116); }

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

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

 span { border-color: rgb(166,122,116); }

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