Html Css Color HEX #A9716F Coral Tree

📋 copy color: '#A9716F'

red 169 ◦ green 113 ◦ blue 111

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

Shades of Coral Tree #A9716F

Tints of Coral Tree #A9716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.75%

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 43%
G = 28.75%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9716F (or 0xA9716F) is known color: Coral Tree. HEX triplet: A9, 71 and 6F. RGB value is (169,113,111). Sum of RGB (Red+Green+Blue) = 169+113+111=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9716F is #568E90. Grayscale: #818181. Windows color (decimal): -5672593 or 7303593. OLE color: 7303593.

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

Color convert

RGB 169 113 111 -
CMYK 0 0.33 0.34 0.34
HSL 2.07º 0.25% 0.55% -
HSV(B) 2.07º 0.34% 0.66% -
XYZ 25.14 21.39 17.84 -
YUV 129.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 169 113 111 0 0.33 0.34 0.34 2.07 0.25 0.55
Hex A9 71 6F 0 21 22 22 2 19 37
Octal 251 161 157 0 41 42 42 2 31 67
Binary 10101001 1110001 1101111 0 100001 100010 100010 10 11001 110111

Color Harmonies of #A9716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9716F

Black with #A9716F

Text Example


Text Example

White with #A9716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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