Html Css Color HEX #A1696F Turkish Rose

📋 copy color: '#A1696F'

red 161 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #A1696F

Tints of Turkish Rose #A1696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 42.71%
G = 27.85%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1696F (or 0xA1696F) is known color: Turkish Rose. HEX triplet: A1, 69 and 6F. RGB value is (161,105,111). Sum of RGB (Red+Green+Blue) = 161+105+111=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A1696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1696F is #5E9690. Grayscale: #7A7A7A. Windows color (decimal): -6198929 or 7301537. OLE color: 7301537.

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

Color convert

RGB 161 105 111 -
CMYK 0 0.35 0.31 0.37
HSL 353.57º 0.23% 0.52% -
HSV(B) 353.57º 0.35% 0.63% -
XYZ 22.62 18.83 17.48 -
YUV 122.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 161 105 111 0 0.35 0.31 0.37 353.57 0.23 0.52
Hex A1 69 6F 0 23 1F 25 162 17 34
Octal 241 151 157 0 43 37 45 542 27 64
Binary 10100001 1101001 1101111 0 100011 11111 100101 101100010 10111 110100

Color Harmonies of #A1696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1696F

Black with #A1696F

Text Example


Text Example

White with #A1696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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