#A38284

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

Shades of Turkish Rose #A38284

Tints of Turkish Rose #A38284

Color information

#A38284 (or 0xA38284) is unknown color: approx Turkish Rose. HEX triplet: A3, 82 and 84. RGB value is (163,130,132). Sum of RGB (Red+Green+Blue) = 163+130+132=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38284 is #5C7D7B. Grayscale: #8C8C8C. Windows color (decimal): -6061436 or 8684195. OLE color: 8684195.

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

Color convert

RGB163130132-
CMYK00.200.190.36
HSL356.36º15.21%57.45%-
HSV(B)356.36º20.25%63.92%-
XYZ27.2525.4225.3-
YUV140.1123.43144.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=38.35%
G=30.59%
B=31.06%

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
Decimal16313013200.200.190.36356.3615.2157.45
HexA382840141324164f39
Octal24320220402423445441771
Binary101000111000001010000100010100100111001001011001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38284; }

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

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

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

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

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

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

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

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