#A97369

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

Shades of Coral Tree #A97369

Tints of Coral Tree #A97369

Color information

#A97369 (or 0xA97369) is unknown color: approx Coral Tree. HEX triplet: A9, 73 and 69. RGB value is (169,115,105). Sum of RGB (Red+Green+Blue) = 169+115+105=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A97369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97369 is #568C96. Grayscale: #828282. Windows color (decimal): -5672087 or 6910889. OLE color: 6910889.

HSL color Cylindrical-coordinate representation of color #A97369: hue angle of 9.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97369 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169115105-
CMYK00.320.380.34
HSL9.38º27.12%53.73%-
HSV(B)9.38º37.87%66.27%-
XYZ25.0421.7216.24-
YUV130.01113.89155.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=43.44%
G=29.56%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911510500.320.380.349.3827.1253.73
HexA97369020262291b36
Octal2511631510404642113366
Binary10101001111001111010010100000100110100010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97369; }

 p { color: rgb(169,115,105); }

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

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

 a { background-color: rgb(169,115,105); }

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

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

 span { border-color: rgb(169,115,105); }

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