Html Css Color HEX #A16672 Turkish Rose

📋 copy color: '#A16672'

red 161 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #A16672

Tints of Turkish Rose #A16672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 42.71%
G = 27.06%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A16672 (or 0xA16672) is known color: Turkish Rose. HEX triplet: A1, 66 and 72. RGB value is (161,102,114). Sum of RGB (Red+Green+Blue) = 161+102+114=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16672 is #5E998D. Grayscale: #797979. Windows color (decimal): -6199694 or 7497377. OLE color: 7497377.

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

Color convert

RGB 161 102 114 -
CMYK 0 0.37 0.29 0.37
HSL 347.8º 0.24% 0.52% -
HSV(B) 347.8º 0.37% 0.63% -
XYZ 22.49 18.29 18.27 -
YUV 121.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 161 102 114 0 0.37 0.29 0.37 347.8 0.24 0.52
Hex A1 66 72 0 25 1D 25 15C 18 34
Octal 241 146 162 0 45 35 45 534 30 64
Binary 10100001 1100110 1110010 0 100101 11101 100101 101011100 11000 110100

Color Harmonies of #A16672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16672

Black with #A16672

Text Example


Text Example

White with #A16672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16672; }

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

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

background-color css

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

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

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

border-color css

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

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

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