#A98693

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

Shades of Bouquet #A98693

Tints of Bouquet #A98693

Color information

#A98693 (or 0xA98693) is unknown color: approx Bouquet. HEX triplet: A9, 86 and 93. RGB value is (169,134,147). Sum of RGB (Red+Green+Blue) = 169+134+147=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98693 is #56796C. Grayscale: #919191. Windows color (decimal): -5667181 or 9668265. OLE color: 9668265.

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

Color convert

RGB169134147-
CMYK00.210.130.34
HSL337.71º16.91%59.41%-
HSV(B)337.71º20.71%66.27%-
XYZ30.1527.5931.34-
YUV145.95128.6144.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=37.56%
G=29.78%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913414700.210.130.34337.7116.9159.41
HexA98693015D22152113b
Octal25120622302515425222173
Binary101010011000011010010011010101110110001010101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98693; }

 p { color: rgb(169,134,147); }

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

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

 a { background-color: rgb(169,134,147); }

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

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

 span { border-color: rgb(169,134,147); }

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