#A97167

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

Shades of Coral Tree #A97167

Tints of Coral Tree #A97167

Color information

#A97167 (or 0xA97167) is unknown color: approx Coral Tree. HEX triplet: A9, 71 and 67. RGB value is (169,113,103). Sum of RGB (Red+Green+Blue) = 169+113+103=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97167 is #568E98. Grayscale: #808080. Windows color (decimal): -5672601 or 6779305. OLE color: 6779305.

HSL color Cylindrical-coordinate representation of color #A97167: hue angle of 9.09º 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 #A97167 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169113103-
CMYK00.330.390.34
HSL9.09º27.73%53.33%-
HSV(B)9.09º39.05%66.27%-
XYZ24.7221.2215.63-
YUV128.6113.55156.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=43.90%
G=29.35%
B=26.75%

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
Decimal16911310300.330.390.349.0927.7353.33
HexA97167021272291c35
Octal2511611470414742113465
Binary10101001111000111001110100001100111100010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97167; }

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

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

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

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

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

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

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

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