Html Css Color HEX #A1736E Coral Tree

📋 copy color: '#A1736E'

red 161 ◦ green 115 ◦ blue 110

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

Shades of Coral Tree #A1736E

Tints of Coral Tree #A1736E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 41.71%
G = 29.79%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1736E (or 0xA1736E) is known color: Coral Tree. HEX triplet: A1, 73 and 6E. RGB value is (161,115,110). Sum of RGB (Red+Green+Blue) = 161+115+110=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1736E is #5E8C91. Grayscale: #808080. Windows color (decimal): -6196370 or 7238561. OLE color: 7238561.

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

Color convert

RGB 161 115 110 -
CMYK 0 0.29 0.32 0.37
HSL 5.88º 0.21% 0.53% -
HSV(B) 5.88º 0.32% 0.63% -
XYZ 23.64 20.96 17.55 -
YUV 128.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 161 115 110 0 0.29 0.32 0.37 5.88 0.21 0.53
Hex A1 73 6E 0 1D 20 25 6 15 35
Octal 241 163 156 0 35 40 45 6 25 65
Binary 10100001 1110011 1101110 0 11101 100000 100101 110 10101 110101

Color Harmonies of #A1736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1736E

Black with #A1736E

Text Example


Text Example

White with #A1736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1736E; }

 p { color: rgb(161,115,110); }

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

background-color css

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

 a { background-color: rgb(161,115,110); }

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

border-color css

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

 span { border-color: rgb(161,115,110); }

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