Html Css Color HEX #A4717E Turkish Rose

📋 copy color: '#A4717E'

red 164 ◦ green 113 ◦ blue 126

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

Shades of Turkish Rose #A4717E

Tints of Turkish Rose #A4717E

RGB

 RED value IS 164 (64.45% from 255) = 40.69%

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 40.69%
G = 28.04%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4717E (or 0xA4717E) is known color: Turkish Rose. HEX triplet: A4, 71 and 7E. RGB value is (164,113,126). Sum of RGB (Red+Green+Blue) = 164+113+126=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717E is #5B8E81. Grayscale: #818181. Windows color (decimal): -6000258 or 8286628. OLE color: 8286628.

HSL color Cylindrical-coordinate representation of color #A4717E: hue angle of 344.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4717E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 126 -
CMYK 0 0.31 0.23 0.36
HSL 344.71º 0.22% 0.54% -
HSV(B) 344.71º 0.31% 0.64% -
XYZ 24.98 21.21 22.52 -
YUV 129.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 164 113 126 0 0.31 0.23 0.36 344.71 0.22 0.54
Hex A4 71 7E 0 1F 17 24 159 16 36
Octal 244 161 176 0 37 27 44 531 26 66
Binary 10100100 1110001 1111110 0 11111 10111 100100 101011001 10110 110110

Color Harmonies of #A4717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4717E

Black with #A4717E

Text Example


Text Example

White with #A4717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4717E; }

 p { color: rgb(164,113,126); }

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

background-color css

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

 a { background-color: rgb(164,113,126); }

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

border-color css

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

 span { border-color: rgb(164,113,126); }

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