Html Css Color HEX #A16976 Turkish Rose

📋 copy color: '#A16976'

red 161 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #A16976

Tints of Turkish Rose #A16976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 41.93%
G = 27.34%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16976 (or 0xA16976) is known color: Turkish Rose. HEX triplet: A1, 69 and 76. RGB value is (161,105,118). Sum of RGB (Red+Green+Blue) = 161+105+118=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A16976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16976 is #5E9689. Grayscale: #7B7B7B. Windows color (decimal): -6198922 or 7760289. OLE color: 7760289.

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

Color convert

RGB 161 105 118 -
CMYK 0 0.35 0.27 0.37
HSL 346.07º 0.23% 0.52% -
HSV(B) 346.07º 0.35% 0.63% -
XYZ 23.02 18.99 19.59 -
YUV 123.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 161 105 118 0 0.35 0.27 0.37 346.07 0.23 0.52
Hex A1 69 76 0 23 1B 25 15A 17 34
Octal 241 151 166 0 43 33 45 532 27 64
Binary 10100001 1101001 1110110 0 100011 11011 100101 101011010 10111 110100

Color Harmonies of #A16976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16976

Black with #A16976

Text Example


Text Example

White with #A16976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16976; }

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

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

background-color css

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

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

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

border-color css

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

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

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