Html Css Color HEX #A1706E Coral Tree

📋 copy color: '#A1706E'

red 161 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #A1706E

Tints of Coral Tree #A1706E

RGB

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

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

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

R = 42.04%
G = 29.24%
B = 28.72%

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

#A1706E (or 0xA1706E) is known color: Coral Tree. HEX triplet: A1, 70 and 6E. RGB value is (161,112,110). Sum of RGB (Red+Green+Blue) = 161+112+110=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1706E is #5E8F91. Grayscale: #7E7E7E. Windows color (decimal): -6197138 or 7237793. OLE color: 7237793.

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

Color convert

RGB 161 112 110 -
CMYK 0 0.30 0.32 0.37
HSL 2.35º 0.21% 0.53% -
HSV(B) 2.35º 0.32% 0.63% -
XYZ 23.31 20.29 17.44 -
YUV 126.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 161 112 110 0 0.30 0.32 0.37 2.35 0.21 0.53
Hex A1 70 6E 0 1E 20 25 2 15 35
Octal 241 160 156 0 36 40 45 2 25 65
Binary 10100001 1110000 1101110 0 11110 100000 100101 10 10101 110101

Color Harmonies of #A1706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1706E

Black with #A1706E

Text Example


Text Example

White with #A1706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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