#A67675

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

Shades of Coral Tree #A67675

Tints of Coral Tree #A67675

Color information

#A67675 (or 0xA67675) is unknown color: approx Coral Tree. HEX triplet: A6, 76 and 75. RGB value is (166,118,117). Sum of RGB (Red+Green+Blue) = 166+118+117=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67675 is #59898A. Grayscale: #848484. Windows color (decimal): -5867915 or 7698086. OLE color: 7698086.

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

Color convert

RGB166118117-
CMYK00.290.300.35
HSL1.22º21.59%55.49%-
HSV(B)1.22º29.52%65.1%-
XYZ25.4222.3519.8-
YUV132.24119.4152.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=41.40%
G=29.43%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611811700.290.300.351.2221.5955.49
HexA6767501D1E2311637
Octal246166165035364312667
Binary101001101110110111010101110111110100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67675; }

 p { color: rgb(166,118,117); }

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

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

 a { background-color: rgb(166,118,117); }

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

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

 span { border-color: rgb(166,118,117); }

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