#A97267

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

Shades of Coral Tree #A97267

Tints of Coral Tree #A97267

Color information

#A97267 (or 0xA97267) is unknown color: approx Coral Tree. HEX triplet: A9, 72 and 67. RGB value is (169,114,103). Sum of RGB (Red+Green+Blue) = 169+114+103=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A97267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97267 is #568D98. Grayscale: #818181. Windows color (decimal): -5672345 or 6779561. OLE color: 6779561.

HSL color Cylindrical-coordinate representation of color #A97267: hue angle of 10º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97267 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169114103-
CMYK00.330.390.34
HSL10º27.73%53.33%-
HSV(B)10º39.05%66.27%-
XYZ24.8321.4515.66-
YUV129.19113.22156.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 103 (40.62% from 255) = 26.68%
R=43.78%
G=29.53%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911410300.330.390.341027.7353.33
HexA972670212722a1c35
Octal2511621470414742123465
Binary10101001111001011001110100001100111100010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97267; }

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

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

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

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

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

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

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

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