#A3757A

Color #A3757A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A3757A

Tints of Turkish Rose #A3757A

Color information

#A3757A (or 0xA3757A) is unknown color: approx Turkish Rose. HEX triplet: A3, 75 and 7A. RGB value is (163,117,122). Sum of RGB (Red+Green+Blue) = 163+117+122=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3757A is #5C8A85. Grayscale: #838383. Windows color (decimal): -6064774 or 8025507. OLE color: 8025507.

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

Color convert

RGB163117122-
CMYK00.280.250.36
HSL353.48º20%54.9%-
HSV(B)353.48º28.22%63.92%-
XYZ24.9821.9121.33-
YUV131.32122.74150.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=40.55%
G=29.10%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311712200.280.250.36353.482054.9
HexA3757A01C19241611437
Octal24316517203431445412467
Binary10100011111010111110100111001100110010010110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3757A; }

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

 H1.HeaderClassName
 {
   color: #A3757A;
 }
 .AnyTagClassName
 {
   color: #A3757A;
 }
</style>
background-color css

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

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

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

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

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

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