Html Css Color HEX #A96166 Turkish Rose

📋 copy color: '#A96166'

red 169 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #A96166

Tints of Turkish Rose #A96166

RGB

 RED value IS 169 (66.41% from 255) = 45.92%

 GREEN value IS 97 (38.28% from 255) = 26.36%

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 45.92%
G = 26.36%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96166 (or 0xA96166) is known color: Turkish Rose. HEX triplet: A9, 61 and 66. RGB value is (169,97,102). Sum of RGB (Red+Green+Blue) = 169+97+102=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A96166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96166 is #569E99. Grayscale: #777777. Windows color (decimal): -5676698 or 6709673. OLE color: 6709673.

HSL color Cylindrical-coordinate representation of color #A96166: hue angle of 355.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96166 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 102 -
CMYK 0 0.43 0.40 0.34
HSL 355.83º 0.3% 0.52% -
HSV(B) 355.83º 0.43% 0.66% -
XYZ 23.04 17.94 14.82 -
YUV 119.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 169 97 102 0 0.43 0.40 0.34 355.83 0.3 0.52
Hex A9 61 66 0 2B 28 22 164 1E 34
Octal 251 141 146 0 53 50 42 544 36 64
Binary 10101001 1100001 1100110 0 101011 101000 100010 101100100 11110 110100

Color Harmonies of #A96166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96166

Black with #A96166

Text Example


Text Example

White with #A96166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96166; }

 p { color: rgb(169,97,102); }

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

background-color css

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

 a { background-color: rgb(169,97,102); }

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

border-color css

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

 span { border-color: rgb(169,97,102); }

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