#A67267

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

Shades of Coral Tree #A67267

Tints of Coral Tree #A67267

Color information

#A67267 (or 0xA67267) is unknown color: approx Coral Tree. HEX triplet: A6, 72 and 67. RGB value is (166,114,103). Sum of RGB (Red+Green+Blue) = 166+114+103=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A67267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67267 is #598D98. Grayscale: #808080. Windows color (decimal): -5868953 or 6779558. OLE color: 6779558.

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

Color convert

RGB166114103-
CMYK00.310.380.35
HSL10.48º26.14%52.75%-
HSV(B)10.48º37.95%65.1%-
XYZ24.1921.1215.63-
YUV128.29113.73154.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=43.34%
G=29.77%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611410300.310.380.3510.4826.1452.75
HexA6726701F2623a1a35
Octal2461621470374643123265
Binary1010011011100101100111011111100110100011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67267; }

 p { color: rgb(166,114,103); }

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

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

 a { background-color: rgb(166,114,103); }

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

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

 span { border-color: rgb(166,114,103); }

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