Html Css Color HEX #A1756C Coral Tree

📋 copy color: '#A1756C'

red 161 ◦ green 117 ◦ blue 108

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

Shades of Coral Tree #A1756C

Tints of Coral Tree #A1756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 41.71%
G = 30.31%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1756C (or 0xA1756C) is known color: Coral Tree. HEX triplet: A1, 75 and 6C. RGB value is (161,117,108). Sum of RGB (Red+Green+Blue) = 161+117+108=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756C is #5E8A93. Grayscale: #818181. Windows color (decimal): -6195860 or 7108001. OLE color: 7108001.

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

Color convert

RGB 161 117 108 -
CMYK 0 0.27 0.33 0.37
HSL 10.19º 0.22% 0.53% -
HSV(B) 10.19º 0.33% 0.63% -
XYZ 23.77 21.38 17.06 -
YUV 129.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 161 117 108 0 0.27 0.33 0.37 10.19 0.22 0.53
Hex A1 75 6C 0 1B 21 25 A 16 35
Octal 241 165 154 0 33 41 45 12 26 65
Binary 10100001 1110101 1101100 0 11011 100001 100101 1010 10110 110101

Color Harmonies of #A1756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1756C

Black with #A1756C

Text Example


Text Example

White with #A1756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1756C; }

 p { color: rgb(161,117,108); }

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

background-color css

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

 a { background-color: rgb(161,117,108); }

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

border-color css

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

 span { border-color: rgb(161,117,108); }

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