Html Css Color HEX #A97595 Bouquet

📋 copy color: '#A97595'

red 169 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #A97595

Tints of Bouquet #A97595

RGB

 RED value IS 169 (66.41% from 255) = 38.85%

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

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

R = 38.85%
G = 26.9%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A97595 (or 0xA97595) is known color: Bouquet. HEX triplet: A9, 75 and 95. RGB value is (169,117,149). Sum of RGB (Red+Green+Blue) = 169+117+149=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A97595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97595 is #568A6A. Grayscale: #888888. Windows color (decimal): -5671531 or 9794985. OLE color: 9794985.

HSL color Cylindrical-coordinate representation of color #A97595: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97595 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 117 149 -
CMYK 0 0.31 0.12 0.34
HSL 323.08º 0.23% 0.56% -
HSV(B) 323.08º 0.31% 0.66% -
XYZ 28.15 23.33 31.45 -
YUV 136.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 169 117 149 0 0.31 0.12 0.34 323.08 0.23 0.56
Hex A9 75 95 0 1F C 22 143 17 38
Octal 251 165 225 0 37 14 42 503 27 70
Binary 10101001 1110101 10010101 0 11111 1100 100010 101000011 10111 111000

Color Harmonies of #A97595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97595

Black with #A97595

Text Example


Text Example

White with #A97595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97595; }

 p { color: rgb(169,117,149); }

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

background-color css

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

 a { background-color: rgb(169,117,149); }

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

border-color css

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

 span { border-color: rgb(169,117,149); }

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