Html Css Color HEX #A3737D Turkish Rose

📋 copy color: '#A3737D'

red 163 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #A3737D

Tints of Turkish Rose #A3737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

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

R = 40.45%
G = 28.54%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3737D (or 0xA3737D) is known color: Turkish Rose. HEX triplet: A3, 73 and 7D. RGB value is (163,115,125). Sum of RGB (Red+Green+Blue) = 163+115+125=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3737D is #5C8C82. Grayscale: #828282. Windows color (decimal): -6065283 or 8221603. OLE color: 8221603.

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

Color convert

RGB 163 115 125 -
CMYK 0 0.29 0.23 0.36
HSL 347.5º 0.21% 0.55% -
HSV(B) 347.5º 0.29% 0.64% -
XYZ 24.94 21.53 22.24 -
YUV 130.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 163 115 125 0 0.29 0.23 0.36 347.5 0.21 0.55
Hex A3 73 7D 0 1D 17 24 15C 15 37
Octal 243 163 175 0 35 27 44 534 25 67
Binary 10100011 1110011 1111101 0 11101 10111 100100 101011100 10101 110111

Color Harmonies of #A3737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3737D

Black with #A3737D

Text Example


Text Example

White with #A3737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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