#A67974

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

Shades of Coral Tree #A67974

Tints of Coral Tree #A67974

Color information

#A67974 (or 0xA67974) is unknown color: approx Coral Tree. HEX triplet: A6, 79 and 74. RGB value is (166,121,116). Sum of RGB (Red+Green+Blue) = 166+121+116=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A67974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67974 is #59868B. Grayscale: #858585. Windows color (decimal): -5867148 or 7633318. OLE color: 7633318.

HSL color Cylindrical-coordinate representation of color #A67974: hue angle of 6º 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 #A67974 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166121116-
CMYK00.270.300.35
HSL21.93%55.29%-
HSV(B)30.12%65.1%-
XYZ25.7223.0419.62-
YUV133.88117.91150.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=41.19%
G=30.02%
B=28.78%

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
Decimal16612111600.270.300.35621.9355.29
HexA6797401B1E2361637
Octal246171164033364362667
Binary10100110111100111101000110111111010001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67974; }

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

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

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

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

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

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

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

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