#A98384

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

Shades of Turkish Rose #A98384

Tints of Turkish Rose #A98384

Color information

#A98384 (or 0xA98384) is unknown color: approx Turkish Rose. HEX triplet: A9, 83 and 84. RGB value is (169,131,132). Sum of RGB (Red+Green+Blue) = 169+131+132=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A98384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98384 is #567C7B. Grayscale: #8E8E8E. Windows color (decimal): -5667964 or 8684457. OLE color: 8684457.

HSL color Cylindrical-coordinate representation of color #A98384: hue angle of 358.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98384 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169131132-
CMYK00.220.220.34
HSL358.42º18.1%58.82%-
HSV(B)358.42º22.49%66.27%-
XYZ28.6426.3325.4-
YUV142.48122.09146.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=39.12%
G=30.32%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913113200.220.220.34358.4218.158.82
HexA983840161622166123b
Octal25120320402626425462273
Binary1010100110000011100001000101101011010001010110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98384; }

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

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

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

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

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

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

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

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