#A38082

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

Shades of Turkish Rose #A38082

Tints of Turkish Rose #A38082

Color information

#A38082 (or 0xA38082) is unknown color: approx Turkish Rose. HEX triplet: A3, 80 and 82. RGB value is (163,128,130). Sum of RGB (Red+Green+Blue) = 163+128+130=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A38082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38082 is #5C7F7D. Grayscale: #8A8A8A. Windows color (decimal): -6061950 or 8552611. OLE color: 8552611.

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

Color convert

RGB163128130-
CMYK00.210.200.36
HSL356.57º15.98%57.06%-
HSV(B)356.57º21.47%63.92%-
XYZ26.8524.8424.5-
YUV138.69123.1145.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=38.72%
G=30.40%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312813000.210.200.36356.5715.9857.06
HexA3808201514241651039
Octal24320020202524445452071
Binary1010001110000000100000100101011010010010010110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38082; }

 p { color: rgb(163,128,130); }

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

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

 a { background-color: rgb(163,128,130); }

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

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

 span { border-color: rgb(163,128,130); }

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