Html Css Color HEX #A4717B Turkish Rose

📋 copy color: '#A4717B'

red 164 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #A4717B

Tints of Turkish Rose #A4717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 41%
G = 28.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4717B (or 0xA4717B) is known color: Turkish Rose. HEX triplet: A4, 71 and 7B. RGB value is (164,113,123). Sum of RGB (Red+Green+Blue) = 164+113+123=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717B is #5B8E84. Grayscale: #818181. Windows color (decimal): -6000261 or 8090020. OLE color: 8090020.

HSL color Cylindrical-coordinate representation of color #A4717B: hue angle of 348.24º 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 #A4717B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 123 -
CMYK 0 0.31 0.25 0.36
HSL 348.24º 0.22% 0.54% -
HSV(B) 348.24º 0.31% 0.64% -
XYZ 24.79 21.13 21.51 -
YUV 129.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 164 113 123 0 0.31 0.25 0.36 348.24 0.22 0.54
Hex A4 71 7B 0 1F 19 24 15C 16 36
Octal 244 161 173 0 37 31 44 534 26 66
Binary 10100100 1110001 1111011 0 11111 11001 100100 101011100 10110 110110

Color Harmonies of #A4717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4717B

Black with #A4717B

Text Example


Text Example

White with #A4717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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