#A38384

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

Shades of Turkish Rose #A38384

Tints of Turkish Rose #A38384

Color information

#A38384 (or 0xA38384) is unknown color: approx Turkish Rose. HEX triplet: A3, 83 and 84. RGB value is (163,131,132). Sum of RGB (Red+Green+Blue) = 163+131+132=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38384 is #5C7C7B. Grayscale: #8C8C8C. Windows color (decimal): -6061180 or 8684451. OLE color: 8684451.

HSL color Cylindrical-coordinate representation of color #A38384: hue angle of 358.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38384 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB163131132-
CMYK00.200.190.36
HSL358.12º14.81%57.65%-
HSV(B)358.12º19.63%63.92%-
XYZ27.3925.6925.34-
YUV140.68123.1143.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=38.26%
G=30.75%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313113200.200.190.36358.1214.8157.65
HexA383840141324166f3a
Octal24320320402423445461772
Binary101000111000001110000100010100100111001001011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38384; }

 p { color: rgb(163,131,132); }

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

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

 a { background-color: rgb(163,131,132); }

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

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

 span { border-color: rgb(163,131,132); }

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