Html Css Color HEX #A3757D Turkish Rose

📋 copy color: '#A3757D'

red 163 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #A3757D

Tints of Turkish Rose #A3757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

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

R = 40.25%
G = 28.89%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3757D (or 0xA3757D) is known color: Turkish Rose. HEX triplet: A3, 75 and 7D. RGB value is (163,117,125). Sum of RGB (Red+Green+Blue) = 163+117+125=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3757D is #5C8A82. Grayscale: #838383. Windows color (decimal): -6064771 or 8222115. OLE color: 8222115.

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

Color convert

RGB 163 117 125 -
CMYK 0 0.28 0.23 0.36
HSL 349.57º 0.2% 0.55% -
HSV(B) 349.57º 0.28% 0.64% -
XYZ 25.17 21.99 22.32 -
YUV 131.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 163 117 125 0 0.28 0.23 0.36 349.57 0.2 0.55
Hex A3 75 7D 0 1C 17 24 15E 14 37
Octal 243 165 175 0 34 27 44 536 24 67
Binary 10100011 1110101 1111101 0 11100 10111 100100 101011110 10100 110111

Color Harmonies of #A3757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3757D

Black with #A3757D

Text Example


Text Example

White with #A3757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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