Html Css Color HEX #A57096 Bouquet

📋 copy color: '#A57096'

red 165 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #A57096

Tints of Bouquet #A57096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 38.64%
G = 26.23%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A57096 (or 0xA57096) is known color: Bouquet. HEX triplet: A5, 70 and 96. RGB value is (165,112,150). Sum of RGB (Red+Green+Blue) = 165+112+150=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A57096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57096 is #5A8F69. Grayscale: #848484. Windows color (decimal): -5934954 or 9859237. OLE color: 9859237.

HSL color Cylindrical-coordinate representation of color #A57096: hue angle of 316.98º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57096 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 150 -
CMYK 0 0.32 0.09 0.35
HSL 316.98º 0.23% 0.54% -
HSV(B) 316.98º 0.32% 0.65% -
XYZ 26.82 21.79 31.65 -
YUV 132.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 165 112 150 0 0.32 0.09 0.35 316.98 0.23 0.54
Hex A5 70 96 0 20 9 23 13D 17 36
Octal 245 160 226 0 40 11 43 475 27 66
Binary 10100101 1110000 10010110 0 100000 1001 100011 100111101 10111 110110

Color Harmonies of #A57096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57096

Black with #A57096

Text Example


Text Example

White with #A57096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57096; }

 p { color: rgb(165,112,150); }

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

background-color css

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

 a { background-color: rgb(165,112,150); }

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

border-color css

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

 span { border-color: rgb(165,112,150); }

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