#A97B92

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

Shades of Bouquet #A97B92

Tints of Bouquet #A97B92

Color information

#A97B92 (or 0xA97B92) is unknown color: approx Bouquet. HEX triplet: A9, 7B and 92. RGB value is (169,123,146). Sum of RGB (Red+Green+Blue) = 169+123+146=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97B92 is #56846D. Grayscale: #8B8B8B. Windows color (decimal): -5669998 or 9599913. OLE color: 9599913.

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

Color convert

RGB169123146-
CMYK00.270.140.34
HSL330º21.1%57.25%-
HSV(B)330º27.22%66.27%-
XYZ28.6324.6830.45-
YUV139.38131.74149.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=38.58%
G=28.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912314600.270.140.3433021.157.25
HexA97B9201BE2214a1539
Octal25117322203316425122571
Binary10101001111101110010010011011111010001010100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B92; }

 p { color: rgb(169,123,146); }

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

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

 a { background-color: rgb(169,123,146); }

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

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

 span { border-color: rgb(169,123,146); }

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