Html Css Color HEX #A16B6C Turkish Rose

📋 copy color: '#A16B6C'

red 161 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #A16B6C

Tints of Turkish Rose #A16B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 42.82%
G = 28.46%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A16B6C (or 0xA16B6C) is known color: Turkish Rose. HEX triplet: A1, 6B and 6C. RGB value is (161,107,108). Sum of RGB (Red+Green+Blue) = 161+107+108=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B6C is #5E9493. Grayscale: #7B7B7B. Windows color (decimal): -6198420 or 7105441. OLE color: 7105441.

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

Color convert

RGB 161 107 108 -
CMYK 0 0.34 0.33 0.37
HSL 358.89º 0.22% 0.53% -
HSV(B) 358.89º 0.34% 0.63% -
XYZ 22.66 19.18 16.69 -
YUV 123.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 161 107 108 0 0.34 0.33 0.37 358.89 0.22 0.53
Hex A1 6B 6C 0 22 21 25 167 16 35
Octal 241 153 154 0 42 41 45 547 26 65
Binary 10100001 1101011 1101100 0 100010 100001 100101 101100111 10110 110101

Color Harmonies of #A16B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B6C

Black with #A16B6C

Text Example


Text Example

White with #A16B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B6C; }

 p { color: rgb(161,107,108); }

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

background-color css

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

 a { background-color: rgb(161,107,108); }

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

border-color css

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

 span { border-color: rgb(161,107,108); }

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