Html Css Color HEX #A16375 Turkish Rose

📋 copy color: '#A16375'

red 161 ◦ green 99 ◦ blue 117

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

Shades of Turkish Rose #A16375

Tints of Turkish Rose #A16375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 42.71%
G = 26.26%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16375 (or 0xA16375) is known color: Turkish Rose. HEX triplet: A1, 63 and 75. RGB value is (161,99,117). Sum of RGB (Red+Green+Blue) = 161+99+117=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16375 is #5E9C8A. Grayscale: #777777. Windows color (decimal): -6200459 or 7693217. OLE color: 7693217.

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

Color convert

RGB 161 99 117 -
CMYK 0 0.39 0.27 0.37
HSL 342.58º 0.25% 0.51% -
HSV(B) 342.58º 0.39% 0.63% -
XYZ 22.37 17.79 19.08 -
YUV 119.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 161 99 117 0 0.39 0.27 0.37 342.58 0.25 0.51
Hex A1 63 75 0 27 1B 25 157 19 33
Octal 241 143 165 0 47 33 45 527 31 63
Binary 10100001 1100011 1110101 0 100111 11011 100101 101010111 11001 110011

Color Harmonies of #A16375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16375

Black with #A16375

Text Example


Text Example

White with #A16375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16375; }

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

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

background-color css

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

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

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

border-color css

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

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

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