Html Css Color HEX #A57A92 Bouquet

📋 copy color: '#A57A92'

red 165 ◦ green 122 ◦ blue 146

#A57A92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A57A92

Tints of Bouquet #A57A92

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 38.11%
G = 28.18%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57A92 (or 0xA57A92) is known color: Bouquet. HEX triplet: A5, 7A and 92. RGB value is (165,122,146). Sum of RGB (Red+Green+Blue) = 165+122+146=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A92 is #5A856D. Grayscale: #898989. Windows color (decimal): -5932398 or 9599653. OLE color: 9599653.

HSL color Cylindrical-coordinate representation of color #A57A92: hue angle of 326.51º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A92 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 146 -
CMYK 0 0.26 0.12 0.35
HSL 326.51º 0.19% 0.56% -
HSV(B) 326.51º 0.26% 0.65% -
XYZ 27.66 23.99 30.37 -
YUV 137.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 165 122 146 0 0.26 0.12 0.35 326.51 0.19 0.56
Hex A5 7A 92 0 1A C 23 147 13 38
Octal 245 172 222 0 32 14 43 507 23 70
Binary 10100101 1111010 10010010 0 11010 1100 100011 101000111 10011 111000

Color Harmonies of #A57A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A92

Black with #A57A92

Text Example


Text Example

White with #A57A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A92; }

 p { color: rgb(165,122,146); }

 H1.HeaderClassName
 {
   color: #A57A92;
 }
 .AnyTagClassName
 {
   color: #A57A92;
 }
</style>

background-color css

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

 a { background-color: rgb(165,122,146); }

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

border-color css

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

 span { border-color: rgb(165,122,146); }

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