Html Css Color HEX #A1706D Coral Tree

📋 copy color: '#A1706D'

red 161 ◦ green 112 ◦ blue 109

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

Shades of Coral Tree #A1706D

Tints of Coral Tree #A1706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 42.15%
G = 29.32%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1706D (or 0xA1706D) is known color: Coral Tree. HEX triplet: A1, 70 and 6D. RGB value is (161,112,109). Sum of RGB (Red+Green+Blue) = 161+112+109=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1706D is #5E8F92. Grayscale: #7E7E7E. Windows color (decimal): -6197139 or 7172257. OLE color: 7172257.

HSL color Cylindrical-coordinate representation of color #A1706D: hue angle of 3.46º degrees, saturation: 0.22, 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 #A1706D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 109 -
CMYK 0 0.30 0.32 0.37
HSL 3.46º 0.22% 0.53% -
HSV(B) 3.46º 0.32% 0.63% -
XYZ 23.25 20.27 17.15 -
YUV 126.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 161 112 109 0 0.30 0.32 0.37 3.46 0.22 0.53
Hex A1 70 6D 0 1E 20 25 3 16 35
Octal 241 160 155 0 36 40 45 3 26 65
Binary 10100001 1110000 1101101 0 11110 100000 100101 11 10110 110101

Color Harmonies of #A1706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1706D

Black with #A1706D

Text Example


Text Example

White with #A1706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1706D; }

 p { color: rgb(161,112,109); }

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

background-color css

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

 a { background-color: rgb(161,112,109); }

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

border-color css

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

 span { border-color: rgb(161,112,109); }

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