Html Css Color HEX #A57095 Bouquet

📋 copy color: '#A57095'

red 165 ◦ green 112 ◦ blue 149

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

Shades of Bouquet #A57095

Tints of Bouquet #A57095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 38.73%
G = 26.29%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A57095 (or 0xA57095) is known color: Bouquet. HEX triplet: A5, 70 and 95. RGB value is (165,112,149). Sum of RGB (Red+Green+Blue) = 165+112+149=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A57095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57095 is #5A8F6A. Grayscale: #838383. Windows color (decimal): -5934955 or 9793701. OLE color: 9793701.

HSL color Cylindrical-coordinate representation of color #A57095: hue angle of 318.11º 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 #A57095 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 149 -
CMYK 0 0.32 0.10 0.35
HSL 318.11º 0.23% 0.54% -
HSV(B) 318.11º 0.32% 0.65% -
XYZ 26.74 21.76 31.22 -
YUV 132.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 165 112 149 0 0.32 0.10 0.35 318.11 0.23 0.54
Hex A5 70 95 0 20 A 23 13E 17 36
Octal 245 160 225 0 40 12 43 476 27 66
Binary 10100101 1110000 10010101 0 100000 1010 100011 100111110 10111 110110

Color Harmonies of #A57095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57095

Black with #A57095

Text Example


Text Example

White with #A57095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57095; }

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

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

background-color css

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

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

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

border-color css

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

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

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