Html Css Color HEX #A16775 Turkish Rose

📋 copy color: '#A16775'

red 161 ◦ green 103 ◦ blue 117

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

Shades of Turkish Rose #A16775

Tints of Turkish Rose #A16775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

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

R = 42.26%
G = 27.03%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16775 (or 0xA16775) is known color: Turkish Rose. HEX triplet: A1, 67 and 75. RGB value is (161,103,117). Sum of RGB (Red+Green+Blue) = 161+103+117=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16775 is #5E988A. Grayscale: #797979. Windows color (decimal): -6199435 or 7694241. OLE color: 7694241.

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

Color convert

RGB 161 103 117 -
CMYK 0 0.36 0.27 0.37
HSL 345.52º 0.24% 0.52% -
HSV(B) 345.52º 0.36% 0.63% -
XYZ 22.76 18.56 19.21 -
YUV 121.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 161 103 117 0 0.36 0.27 0.37 345.52 0.24 0.52
Hex A1 67 75 0 24 1B 25 15A 18 34
Octal 241 147 165 0 44 33 45 532 30 64
Binary 10100001 1100111 1110101 0 100100 11011 100101 101011010 11000 110100

Color Harmonies of #A16775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16775

Black with #A16775

Text Example


Text Example

White with #A16775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16775; }

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

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

background-color css

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

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

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

border-color css

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

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

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