#A38182

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

Shades of Turkish Rose #A38182

Tints of Turkish Rose #A38182

Color information

#A38182 (or 0xA38182) is unknown color: approx Turkish Rose. HEX triplet: A3, 81 and 82. RGB value is (163,129,130). Sum of RGB (Red+Green+Blue) = 163+129+130=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38182 is #5C7E7D. Grayscale: #8B8B8B. Windows color (decimal): -6061694 or 8552867. OLE color: 8552867.

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

Color convert

RGB163129130-
CMYK00.210.200.36
HSL358.24º15.6%57.25%-
HSV(B)358.24º20.86%63.92%-
XYZ26.9825.124.54-
YUV139.28122.76144.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=38.63%
G=30.57%
B=30.81%

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
Decimal16312913000.210.200.36358.2415.657.25
HexA3818201514241661039
Octal24320120202524445462071
Binary1010001110000001100000100101011010010010010110011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38182; }

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

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

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

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

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

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

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

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