Html Css Color HEX #A97370 Coral Tree

📋 copy color: '#A97370'

red 169 ◦ green 115 ◦ blue 112

#A97370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #A97370

Tints of Coral Tree #A97370

RGB

 RED value IS 169 (66.41% from 255) = 42.68%

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 42.68%
G = 29.04%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A97370 (or 0xA97370) is known color: Coral Tree. HEX triplet: A9, 73 and 70. RGB value is (169,115,112). Sum of RGB (Red+Green+Blue) = 169+115+112=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A97370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97370 is #568C8F. Grayscale: #828282. Windows color (decimal): -5672080 or 7369641. OLE color: 7369641.

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

Color convert

RGB 169 115 112 -
CMYK 0 0.32 0.34 0.34
HSL 3.16º 0.25% 0.55% -
HSV(B) 3.16º 0.34% 0.66% -
XYZ 25.42 21.87 18.21 -
YUV 130.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 169 115 112 0 0.32 0.34 0.34 3.16 0.25 0.55
Hex A9 73 70 0 20 22 22 3 19 37
Octal 251 163 160 0 40 42 42 3 31 67
Binary 10101001 1110011 1110000 0 100000 100010 100010 11 11001 110111

Color Harmonies of #A97370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97370

Black with #A97370

Text Example


Text Example

White with #A97370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97370; }

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

 H1.HeaderClassName
 {
   color: #A97370;
 }
 .AnyTagClassName
 {
   color: #A97370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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