Html Css Color HEX #A17C7E Turkish Rose

📋 copy color: '#A17C7E'

red 161 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #A17C7E

Tints of Turkish Rose #A17C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 39.17%
G = 30.17%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A17C7E (or 0xA17C7E) is known color: Turkish Rose. HEX triplet: A1, 7C and 7E. RGB value is (161,124,126). Sum of RGB (Red+Green+Blue) = 161+124+126=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C7E is #5E8381. Grayscale: #878787. Windows color (decimal): -6194050 or 8289441. OLE color: 8289441.

HSL color Cylindrical-coordinate representation of color #A17C7E: hue angle of 356.76º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A17C7E is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 126 -
CMYK 0 0.23 0.22 0.37
HSL 356.76º 0.16% 0.56% -
HSV(B) 356.76º 0.23% 0.63% -
XYZ 25.67 23.5 22.92 -
YUV 135.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 161 124 126 0 0.23 0.22 0.37 356.76 0.16 0.56
Hex A1 7C 7E 0 17 16 25 165 10 38
Octal 241 174 176 0 27 26 45 545 20 70
Binary 10100001 1111100 1111110 0 10111 10110 100101 101100101 10000 111000

Color Harmonies of #A17C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C7E

Black with #A17C7E

Text Example


Text Example

White with #A17C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C7E; }

 p { color: rgb(161,124,126); }

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

background-color css

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

 a { background-color: rgb(161,124,126); }

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

border-color css

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

 span { border-color: rgb(161,124,126); }

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