Html Css Color HEX #A1706F Coral Tree

📋 copy color: '#A1706F'

red 161 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #A1706F

Tints of Coral Tree #A1706F

RGB

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

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

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

R = 41.93%
G = 29.17%
B = 28.91%

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

#A1706F (or 0xA1706F) is known color: Coral Tree. HEX triplet: A1, 70 and 6F. RGB value is (161,112,111). Sum of RGB (Red+Green+Blue) = 161+112+111=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1706F is #5E8F90. Grayscale: #7E7E7E. Windows color (decimal): -6197137 or 7303329. OLE color: 7303329.

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

Color convert

RGB 161 112 111 -
CMYK 0 0.30 0.31 0.37
HSL 1.2º 0.21% 0.53% -
HSV(B) 1.2º 0.31% 0.63% -
XYZ 23.36 20.31 17.73 -
YUV 126.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 161 112 111 0 0.30 0.31 0.37 1.2 0.21 0.53
Hex A1 70 6F 0 1E 1F 25 1 15 35
Octal 241 160 157 0 36 37 45 1 25 65
Binary 10100001 1110000 1101111 0 11110 11111 100101 1 10101 110101

Color Harmonies of #A1706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1706F

Black with #A1706F

Text Example


Text Example

White with #A1706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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