Html Css Color HEX #A1686D Turkish Rose

📋 copy color: '#A1686D'

red 161 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #A1686D

Tints of Turkish Rose #A1686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

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

R = 43.05%
G = 27.81%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1686D (or 0xA1686D) is known color: Turkish Rose. HEX triplet: A1, 68 and 6D. RGB value is (161,104,109). Sum of RGB (Red+Green+Blue) = 161+104+109=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1686D is #5E9792. Grayscale: #797979. Windows color (decimal): -6199187 or 7170209. OLE color: 7170209.

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

Color convert

RGB 161 104 109 -
CMYK 0 0.35 0.32 0.37
HSL 354.74º 0.23% 0.52% -
HSV(B) 354.74º 0.35% 0.63% -
XYZ 22.41 18.58 16.87 -
YUV 121.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 161 104 109 0 0.35 0.32 0.37 354.74 0.23 0.52
Hex A1 68 6D 0 23 20 25 163 17 34
Octal 241 150 155 0 43 40 45 543 27 64
Binary 10100001 1101000 1101101 0 100011 100000 100101 101100011 10111 110100

Color Harmonies of #A1686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1686D

Black with #A1686D

Text Example


Text Example

White with #A1686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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