Html Css Color HEX #A47495 Bouquet

📋 copy color: '#A47495'

red 164 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #A47495

Tints of Bouquet #A47495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 38.23%
G = 27.04%
B = 34.73%

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

#A47495 (or 0xA47495) is known color: Bouquet. HEX triplet: A4, 74 and 95. RGB value is (164,116,149). Sum of RGB (Red+Green+Blue) = 164+116+149=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47495 is #5B8B6A. Grayscale: #868686. Windows color (decimal): -5999467 or 9794724. OLE color: 9794724.

HSL color Cylindrical-coordinate representation of color #A47495: hue angle of 318.75º 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 #A47495 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 149 -
CMYK 0 0.29 0.09 0.36
HSL 318.75º 0.21% 0.55% -
HSV(B) 318.75º 0.29% 0.64% -
XYZ 26.98 22.55 31.36 -
YUV 134.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 164 116 149 0 0.29 0.09 0.36 318.75 0.21 0.55
Hex A4 74 95 0 1D 9 24 13F 15 37
Octal 244 164 225 0 35 11 44 477 25 67
Binary 10100100 1110100 10010101 0 11101 1001 100100 100111111 10101 110111

Color Harmonies of #A47495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47495

Black with #A47495

Text Example


Text Example

White with #A47495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47495; }

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

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

background-color css

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

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

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

border-color css

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

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

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