Html Css Color HEX #A1716F Coral Tree

📋 copy color: '#A1716F'

red 161 ◦ green 113 ◦ blue 111

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

Shades of Coral Tree #A1716F

Tints of Coral Tree #A1716F

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

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

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

R = 41.82%
G = 29.35%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1716F (or 0xA1716F) is known color: Coral Tree. HEX triplet: A1, 71 and 6F. RGB value is (161,113,111). Sum of RGB (Red+Green+Blue) = 161+113+111=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1716F is #5E8E90. Grayscale: #7F7F7F. Windows color (decimal): -6196881 or 7303585. OLE color: 7303585.

HSL color Cylindrical-coordinate representation of color #A1716F: hue angle of 2.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1716F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 111 -
CMYK 0 0.30 0.31 0.37
HSL 2.4º 0.21% 0.53% -
HSV(B) 2.4º 0.31% 0.63% -
XYZ 23.47 20.54 17.77 -
YUV 127.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 161 113 111 0 0.30 0.31 0.37 2.4 0.21 0.53
Hex A1 71 6F 0 1E 1F 25 2 15 35
Octal 241 161 157 0 36 37 45 2 25 65
Binary 10100001 1110001 1101111 0 11110 11111 100101 10 10101 110101

Color Harmonies of #A1716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1716F

Black with #A1716F

Text Example


Text Example

White with #A1716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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