Html Css Color HEX #A4717D Turkish Rose

📋 copy color: '#A4717D'

red 164 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #A4717D

Tints of Turkish Rose #A4717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 40.8%
G = 28.11%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4717D (or 0xA4717D) is known color: Turkish Rose. HEX triplet: A4, 71 and 7D. RGB value is (164,113,125). Sum of RGB (Red+Green+Blue) = 164+113+125=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717D is #5B8E82. Grayscale: #818181. Windows color (decimal): -6000259 or 8221092. OLE color: 8221092.

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

Color convert

RGB 164 113 125 -
CMYK 0 0.31 0.24 0.36
HSL 345.88º 0.22% 0.54% -
HSV(B) 345.88º 0.31% 0.64% -
XYZ 24.92 21.18 22.18 -
YUV 129.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 164 113 125 0 0.31 0.24 0.36 345.88 0.22 0.54
Hex A4 71 7D 0 1F 18 24 15A 16 36
Octal 244 161 175 0 37 30 44 532 26 66
Binary 10100100 1110001 1111101 0 11111 11000 100100 101011010 10110 110110

Color Harmonies of #A4717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4717D

Black with #A4717D

Text Example


Text Example

White with #A4717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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