Html Css Color HEX #A3717D Turkish Rose

📋 copy color: '#A3717D'

red 163 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #A3717D

Tints of Turkish Rose #A3717D

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

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

R = 40.65%
G = 28.18%
B = 31.17%

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

#A3717D (or 0xA3717D) is known color: Turkish Rose. HEX triplet: A3, 71 and 7D. RGB value is (163,113,125). Sum of RGB (Red+Green+Blue) = 163+113+125=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3717D is #5C8E82. Grayscale: #818181. Windows color (decimal): -6065795 or 8221091. OLE color: 8221091.

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

Color convert

RGB 163 113 125 -
CMYK 0 0.31 0.23 0.36
HSL 345.6º 0.21% 0.54% -
HSV(B) 345.6º 0.31% 0.64% -
XYZ 24.71 21.08 22.17 -
YUV 129.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 163 113 125 0 0.31 0.23 0.36 345.6 0.21 0.54
Hex A3 71 7D 0 1F 17 24 15A 15 36
Octal 243 161 175 0 37 27 44 532 25 66
Binary 10100011 1110001 1111101 0 11111 10111 100100 101011010 10101 110110

Color Harmonies of #A3717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3717D

Black with #A3717D

Text Example


Text Example

White with #A3717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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