Html Css Color HEX #A1666A Turkish Rose

📋 copy color: '#A1666A'

red 161 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #A1666A

Tints of Turkish Rose #A1666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 43.63%
G = 27.64%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1666A (or 0xA1666A) is known color: Turkish Rose. HEX triplet: A1, 66 and 6A. RGB value is (161,102,106). Sum of RGB (Red+Green+Blue) = 161+102+106=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1666A is #5E9995. Grayscale: #787878. Windows color (decimal): -6199702 or 6973089. OLE color: 6973089.

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

Color convert

RGB 161 102 106 -
CMYK 0 0.37 0.34 0.37
HSL 355.93º 0.24% 0.52% -
HSV(B) 355.93º 0.37% 0.63% -
XYZ 22.05 18.12 15.97 -
YUV 120.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 161 102 106 0 0.37 0.34 0.37 355.93 0.24 0.52
Hex A1 66 6A 0 25 22 25 164 18 34
Octal 241 146 152 0 45 42 45 544 30 64
Binary 10100001 1100110 1101010 0 100101 100010 100101 101100100 11000 110100

Color Harmonies of #A1666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1666A

Black with #A1666A

Text Example


Text Example

White with #A1666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1666A; }

 p { color: rgb(161,102,106); }

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

background-color css

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

 a { background-color: rgb(161,102,106); }

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

border-color css

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

 span { border-color: rgb(161,102,106); }

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