Html Css Color HEX #A16675 Turkish Rose

📋 copy color: '#A16675'

red 161 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #A16675

Tints of Turkish Rose #A16675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 42.37%
G = 26.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16675 (or 0xA16675) is known color: Turkish Rose. HEX triplet: A1, 66 and 75. RGB value is (161,102,117). Sum of RGB (Red+Green+Blue) = 161+102+117=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16675 is #5E998A. Grayscale: #797979. Windows color (decimal): -6199691 or 7693985. OLE color: 7693985.

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

Color convert

RGB 161 102 117 -
CMYK 0 0.37 0.27 0.37
HSL 344.75º 0.24% 0.52% -
HSV(B) 344.75º 0.37% 0.63% -
XYZ 22.66 18.36 19.18 -
YUV 121.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 161 102 117 0 0.37 0.27 0.37 344.75 0.24 0.52
Hex A1 66 75 0 25 1B 25 159 18 34
Octal 241 146 165 0 45 33 45 531 30 64
Binary 10100001 1100110 1110101 0 100101 11011 100101 101011001 11000 110100

Color Harmonies of #A16675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16675

Black with #A16675

Text Example


Text Example

White with #A16675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16675; }

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

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

background-color css

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

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

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

border-color css

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

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

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