#A96A67

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

Shades of Coral Tree #A96A67

Tints of Coral Tree #A96A67

Color information

#A96A67 (or 0xA96A67) is unknown color: approx Coral Tree. HEX triplet: A9, 6A and 67. RGB value is (169,106,103). Sum of RGB (Red+Green+Blue) = 169+106+103=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A67 is #569598. Grayscale: #7C7C7C. Windows color (decimal): -5674393 or 6777513. OLE color: 6777513.

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

Color convert

RGB169106103-
CMYK00.370.390.34
HSL2.73º27.73%53.33%-
HSV(B)2.73º39.05%66.27%-
XYZ23.9619.7215.38-
YUV124.49115.87159.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=44.71%
G=28.04%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910610300.370.390.342.7327.7353.33
HexA96A67025272231c35
Octal251152147045474233465
Binary101010011101010110011101001011001111000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A67; }

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

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

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

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

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

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

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

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