#A3787D

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

Shades of Turkish Rose #A3787D

Tints of Turkish Rose #A3787D

Color information

#A3787D (or 0xA3787D) is unknown color: approx Turkish Rose. HEX triplet: A3, 78 and 7D. RGB value is (163,120,125). Sum of RGB (Red+Green+Blue) = 163+120+125=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3787D is #5C8782. Grayscale: #858585. Windows color (decimal): -6064003 or 8222883. OLE color: 8222883.

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

Color convert

RGB163120125-
CMYK00.260.230.36
HSL353.02º18.94%55.49%-
HSV(B)353.02º26.38%63.92%-
XYZ25.5222.722.44-
YUV133.43123.25149.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=39.95%
G=29.41%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312012500.260.230.36353.0218.9455.49
HexA3787D01A17241611337
Octal24317017503227445412367
Binary10100011111100011111010110101011110010010110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3787D; }

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

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

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

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

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

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

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

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