Html Css Color HEX #A1757A Turkish Rose

📋 copy color: '#A1757A'

red 161 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #A1757A

Tints of Turkish Rose #A1757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 40.25%
G = 29.25%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1757A (or 0xA1757A) is known color: Turkish Rose. HEX triplet: A1, 75 and 7A. RGB value is (161,117,122). Sum of RGB (Red+Green+Blue) = 161+117+122=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757A is #5E8A85. Grayscale: #828282. Windows color (decimal): -6195846 or 8025505. OLE color: 8025505.

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

Color convert

RGB 161 117 122 -
CMYK 0 0.27 0.24 0.37
HSL 353.18º 0.19% 0.55% -
HSV(B) 353.18º 0.27% 0.63% -
XYZ 24.57 21.7 21.31 -
YUV 130.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 161 117 122 0 0.27 0.24 0.37 353.18 0.19 0.55
Hex A1 75 7A 0 1B 18 25 161 13 37
Octal 241 165 172 0 33 30 45 541 23 67
Binary 10100001 1110101 1111010 0 11011 11000 100101 101100001 10011 110111

Color Harmonies of #A1757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1757A

Black with #A1757A

Text Example


Text Example

White with #A1757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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