Html Css Color HEX #A16974 Turkish Rose

📋 copy color: '#A16974'

red 161 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #A16974

Tints of Turkish Rose #A16974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 42.15%
G = 27.49%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A16974 (or 0xA16974) is known color: Turkish Rose. HEX triplet: A1, 69 and 74. RGB value is (161,105,116). Sum of RGB (Red+Green+Blue) = 161+105+116=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A16974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16974 is #5E968B. Grayscale: #7B7B7B. Windows color (decimal): -6198924 or 7629217. OLE color: 7629217.

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

Color convert

RGB 161 105 116 -
CMYK 0 0.35 0.28 0.37
HSL 348.21º 0.23% 0.52% -
HSV(B) 348.21º 0.35% 0.63% -
XYZ 22.9 18.94 18.97 -
YUV 123 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 161 105 116 0 0.35 0.28 0.37 348.21 0.23 0.52
Hex A1 69 74 0 23 1C 25 15C 17 34
Octal 241 151 164 0 43 34 45 534 27 64
Binary 10100001 1101001 1110100 0 100011 11100 100101 101011100 10111 110100

Color Harmonies of #A16974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16974

Black with #A16974

Text Example


Text Example

White with #A16974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16974; }

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

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

background-color css

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

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

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

border-color css

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

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

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