Html Css Color HEX #A3727D Turkish Rose

📋 copy color: '#A3727D'

red 163 ◦ green 114 ◦ blue 125

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

Shades of Turkish Rose #A3727D

Tints of Turkish Rose #A3727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

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

R = 40.55%
G = 28.36%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3727D (or 0xA3727D) is known color: Turkish Rose. HEX triplet: A3, 72 and 7D. RGB value is (163,114,125). Sum of RGB (Red+Green+Blue) = 163+114+125=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3727D is #5C8D82. Grayscale: #818181. Windows color (decimal): -6065539 or 8221347. OLE color: 8221347.

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

Color convert

RGB 163 114 125 -
CMYK 0 0.30 0.23 0.36
HSL 346.53º 0.21% 0.54% -
HSV(B) 346.53º 0.3% 0.64% -
XYZ 24.82 21.3 22.21 -
YUV 129.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 163 114 125 0 0.30 0.23 0.36 346.53 0.21 0.54
Hex A3 72 7D 0 1E 17 24 15B 15 36
Octal 243 162 175 0 36 27 44 533 25 66
Binary 10100011 1110010 1111101 0 11110 10111 100100 101011011 10101 110110

Color Harmonies of #A3727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3727D

Black with #A3727D

Text Example


Text Example

White with #A3727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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