Html Css Color HEX #A97065 Coral Tree

📋 copy color: '#A97065'

red 169 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #A97065

Tints of Coral Tree #A97065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 101 (39.84% from 255) = 26.44%

R = 44.24%
G = 29.32%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A97065 (or 0xA97065) is known color: Coral Tree. HEX triplet: A9, 70 and 65. RGB value is (169,112,101). Sum of RGB (Red+Green+Blue) = 169+112+101=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A97065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97065 is #568F9A. Grayscale: #7F7F7F. Windows color (decimal): -5672859 or 6647977. OLE color: 6647977.

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

Color convert

RGB 169 112 101 -
CMYK 0 0.34 0.40 0.34
HSL 9.71º 0.28% 0.53% -
HSV(B) 9.71º 0.4% 0.66% -
XYZ 24.51 20.96 15.07 -
YUV 127.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 169 112 101 0 0.34 0.40 0.34 9.71 0.28 0.53
Hex A9 70 65 0 22 28 22 A 1C 35
Octal 251 160 145 0 42 50 42 12 34 65
Binary 10101001 1110000 1100101 0 100010 101000 100010 1010 11100 110101

Color Harmonies of #A97065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97065

Black with #A97065

Text Example


Text Example

White with #A97065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97065; }

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

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

background-color css

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

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

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

border-color css

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

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

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