Html Css Color HEX #A17074 Turkish Rose

📋 copy color: '#A17074'

red 161 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #A17074

Tints of Turkish Rose #A17074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 41.39%
G = 28.79%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A17074 (or 0xA17074) is known color: Turkish Rose. HEX triplet: A1, 70 and 74. RGB value is (161,112,116). Sum of RGB (Red+Green+Blue) = 161+112+116=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A17074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17074 is #5E8F8B. Grayscale: #7F7F7F. Windows color (decimal): -6197132 or 7631009. OLE color: 7631009.

HSL color Cylindrical-coordinate representation of color #A17074: hue angle of 355.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17074 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 116 -
CMYK 0 0.30 0.28 0.37
HSL 355.1º 0.21% 0.54% -
HSV(B) 355.1º 0.3% 0.63% -
XYZ 23.64 20.43 19.22 -
YUV 127.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 161 112 116 0 0.30 0.28 0.37 355.1 0.21 0.54
Hex A1 70 74 0 1E 1C 25 163 15 36
Octal 241 160 164 0 36 34 45 543 25 66
Binary 10100001 1110000 1110100 0 11110 11100 100101 101100011 10101 110110

Color Harmonies of #A17074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17074

Black with #A17074

Text Example


Text Example

White with #A17074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17074; }

 p { color: rgb(161,112,116); }

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

background-color css

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

 a { background-color: rgb(161,112,116); }

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

border-color css

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

 span { border-color: rgb(161,112,116); }

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