#A38185

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

Shades of Turkish Rose #A38185

Tints of Turkish Rose #A38185

Color information

#A38185 (or 0xA38185) is unknown color: approx Turkish Rose. HEX triplet: A3, 81 and 85. RGB value is (163,129,133). Sum of RGB (Red+Green+Blue) = 163+129+133=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38185 is #5C7E7A. Grayscale: #8B8B8B. Windows color (decimal): -6061691 or 8749475. OLE color: 8749475.

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

Color convert

RGB163129133-
CMYK00.210.180.36
HSL352.94º15.6%57.25%-
HSV(B)352.94º20.86%63.92%-
XYZ27.1925.1825.62-
YUV139.62124.26144.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=38.35%
G=30.35%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312913300.210.180.36352.9415.657.25
HexA3818501512241611039
Octal24320120502522445412071
Binary1010001110000001100001010101011001010010010110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38185; }

 p { color: rgb(163,129,133); }

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

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

 a { background-color: rgb(163,129,133); }

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

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

 span { border-color: rgb(163,129,133); }

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