Html Css Color HEX #A47595 Bouquet

📋 copy color: '#A47595'

red 164 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #A47595

Tints of Bouquet #A47595

RGB

 RED value IS 164 (64.45% from 255) = 38.14%

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

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

R = 38.14%
G = 27.21%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A47595 (or 0xA47595) is known color: Bouquet. HEX triplet: A4, 75 and 95. RGB value is (164,117,149). Sum of RGB (Red+Green+Blue) = 164+117+149=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47595 is #5B8A6A. Grayscale: #868686. Windows color (decimal): -5999211 or 9794980. OLE color: 9794980.

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

Color convert

RGB 164 117 149 -
CMYK 0 0.29 0.09 0.36
HSL 319.15º 0.21% 0.55% -
HSV(B) 319.15º 0.29% 0.64% -
XYZ 27.1 22.79 31.4 -
YUV 134.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 164 117 149 0 0.29 0.09 0.36 319.15 0.21 0.55
Hex A4 75 95 0 1D 9 24 13F 15 37
Octal 244 165 225 0 35 11 44 477 25 67
Binary 10100100 1110101 10010101 0 11101 1001 100100 100111111 10101 110111

Color Harmonies of #A47595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47595

Black with #A47595

Text Example


Text Example

White with #A47595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47595; }

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

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

background-color css

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

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

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

border-color css

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

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

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