Html Css Color HEX #A16679 Turkish Rose

📋 copy color: '#A16679'

red 161 ◦ green 102 ◦ blue 121

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

Shades of Turkish Rose #A16679

Tints of Turkish Rose #A16679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 41.93%
G = 26.56%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A16679 (or 0xA16679) is known color: Turkish Rose. HEX triplet: A1, 66 and 79. RGB value is (161,102,121). Sum of RGB (Red+Green+Blue) = 161+102+121=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A16679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16679 is #5E9986. Grayscale: #797979. Windows color (decimal): -6199687 or 7956129. OLE color: 7956129.

HSL color Cylindrical-coordinate representation of color #A16679: hue angle of 340.68º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16679 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 121 -
CMYK 0 0.37 0.25 0.37
HSL 340.68º 0.24% 0.52% -
HSV(B) 340.68º 0.37% 0.63% -
XYZ 22.9 18.46 20.45 -
YUV 121.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 161 102 121 0 0.37 0.25 0.37 340.68 0.24 0.52
Hex A1 66 79 0 25 19 25 155 18 34
Octal 241 146 171 0 45 31 45 525 30 64
Binary 10100001 1100110 1111001 0 100101 11001 100101 101010101 11000 110100

Color Harmonies of #A16679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16679

Black with #A16679

Text Example


Text Example

White with #A16679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16679; }

 p { color: rgb(161,102,121); }

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

background-color css

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

 a { background-color: rgb(161,102,121); }

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

border-color css

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

 span { border-color: rgb(161,102,121); }

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