Html Css Color HEX #A17379 Turkish Rose

📋 copy color: '#A17379'

red 161 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #A17379

Tints of Turkish Rose #A17379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 40.55%
G = 28.97%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A17379 (or 0xA17379) is known color: Turkish Rose. HEX triplet: A1, 73 and 79. RGB value is (161,115,121). Sum of RGB (Red+Green+Blue) = 161+115+121=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17379 is #5E8C86. Grayscale: #818181. Windows color (decimal): -6196359 or 7959457. OLE color: 7959457.

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

Color convert

RGB 161 115 121 -
CMYK 0 0.29 0.25 0.37
HSL 352.17º 0.2% 0.54% -
HSV(B) 352.17º 0.29% 0.63% -
XYZ 24.28 21.22 20.91 -
YUV 129.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 161 115 121 0 0.29 0.25 0.37 352.17 0.2 0.54
Hex A1 73 79 0 1D 19 25 160 14 36
Octal 241 163 171 0 35 31 45 540 24 66
Binary 10100001 1110011 1111001 0 11101 11001 100101 101100000 10100 110110

Color Harmonies of #A17379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17379

Black with #A17379

Text Example


Text Example

White with #A17379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17379; }

 p { color: rgb(161,115,121); }

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

background-color css

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

 a { background-color: rgb(161,115,121); }

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

border-color css

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

 span { border-color: rgb(161,115,121); }

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