#A38692

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

Shades of Bouquet #A38692

Tints of Bouquet #A38692

Color information

#A38692 (or 0xA38692) is unknown color: approx Bouquet. HEX triplet: A3, 86 and 92. RGB value is (163,134,146). Sum of RGB (Red+Green+Blue) = 163+134+146=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A38692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38692 is #5C796D. Grayscale: #909090. Windows color (decimal): -6060398 or 9602723. OLE color: 9602723.

HSL color Cylindrical-coordinate representation of color #A38692: hue angle of 335.17º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38692 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163134146-
CMYK00.180.100.36
HSL335.17º13.62%58.24%-
HSV(B)335.17º17.79%63.92%-
XYZ28.8226.9130.87-
YUV144.04129.11141.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=36.79%
G=30.25%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313414600.180.100.36335.1713.6258.24
HexA38692012A2414fe3a
Octal24320622202212445171672
Binary10100011100001101001001001001010101001001010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38692; }

 p { color: rgb(163,134,146); }

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

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

 a { background-color: rgb(163,134,146); }

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

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

 span { border-color: rgb(163,134,146); }

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