Html Css Color HEX #A16977 Turkish Rose

📋 copy color: '#A16977'

red 161 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #A16977

Tints of Turkish Rose #A16977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 41.82%
G = 27.27%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A16977 (or 0xA16977) is known color: Turkish Rose. HEX triplet: A1, 69 and 77. RGB value is (161,105,119). Sum of RGB (Red+Green+Blue) = 161+105+119=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A16977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16977 is #5E9688. Grayscale: #7B7B7B. Windows color (decimal): -6198921 or 7825825. OLE color: 7825825.

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

Color convert

RGB 161 105 119 -
CMYK 0 0.35 0.26 0.37
HSL 345º 0.23% 0.52% -
HSV(B) 345º 0.35% 0.63% -
XYZ 23.08 19.01 19.91 -
YUV 123.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 161 105 119 0 0.35 0.26 0.37 345 0.23 0.52
Hex A1 69 77 0 23 1A 25 159 17 34
Octal 241 151 167 0 43 32 45 531 27 64
Binary 10100001 1101001 1110111 0 100011 11010 100101 101011001 10111 110100

Color Harmonies of #A16977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16977

Black with #A16977

Text Example


Text Example

White with #A16977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16977; }

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

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

background-color css

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

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

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

border-color css

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

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

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