Html Css Color HEX #A57596 Bouquet

📋 copy color: '#A57596'

red 165 ◦ green 117 ◦ blue 150

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

Shades of Bouquet #A57596

Tints of Bouquet #A57596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

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

R = 38.19%
G = 27.08%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A57596 (or 0xA57596) is known color: Bouquet. HEX triplet: A5, 75 and 96. RGB value is (165,117,150). Sum of RGB (Red+Green+Blue) = 165+117+150=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A57596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57596 is #5A8A69. Grayscale: #878787. Windows color (decimal): -5933674 or 9860517. OLE color: 9860517.

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

Color convert

RGB 165 117 150 -
CMYK 0 0.29 0.09 0.35
HSL 318.75º 0.21% 0.55% -
HSV(B) 318.75º 0.29% 0.65% -
XYZ 27.38 22.92 31.84 -
YUV 135.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 165 117 150 0 0.29 0.09 0.35 318.75 0.21 0.55
Hex A5 75 96 0 1D 9 23 13F 15 37
Octal 245 165 226 0 35 11 43 477 25 67
Binary 10100101 1110101 10010110 0 11101 1001 100011 100111111 10101 110111

Color Harmonies of #A57596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57596

Black with #A57596

Text Example


Text Example

White with #A57596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57596; }

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

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

background-color css

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

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

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

border-color css

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

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

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