Html Css Color HEX #A1797F Turkish Rose

📋 copy color: '#A1797F'

red 161 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #A1797F

Tints of Turkish Rose #A1797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

 BLUE value IS 127 (50% from 255) = 31.05%

R = 39.36%
G = 29.58%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1797F (or 0xA1797F) is known color: Turkish Rose. HEX triplet: A1, 79 and 7F. RGB value is (161,121,127). Sum of RGB (Red+Green+Blue) = 161+121+127=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A1797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1797F is #5E8680. Grayscale: #858585. Windows color (decimal): -6194817 or 8354209. OLE color: 8354209.

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

Color convert

RGB 161 121 127 -
CMYK 0 0.25 0.21 0.37
HSL 351º 0.18% 0.55% -
HSV(B) 351º 0.25% 0.63% -
XYZ 25.37 22.78 23.14 -
YUV 133.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 161 121 127 0 0.25 0.21 0.37 351 0.18 0.55
Hex A1 79 7F 0 19 15 25 15F 12 37
Octal 241 171 177 0 31 25 45 537 22 67
Binary 10100001 1111001 1111111 0 11001 10101 100101 101011111 10010 110111

Color Harmonies of #A1797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1797F

Black with #A1797F

Text Example


Text Example

White with #A1797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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