Html Css Color HEX #A47B91 Bouquet

📋 copy color: '#A47B91'

red 164 ◦ green 123 ◦ blue 145

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

Shades of Bouquet #A47B91

Tints of Bouquet #A47B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 37.96%
G = 28.47%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47B91 (or 0xA47B91) is known color: Bouquet. HEX triplet: A4, 7B and 91. RGB value is (164,123,145). Sum of RGB (Red+Green+Blue) = 164+123+145=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B91 is #5B846E. Grayscale: #898989. Windows color (decimal): -5997679 or 9534372. OLE color: 9534372.

HSL color Cylindrical-coordinate representation of color #A47B91: hue angle of 327.8º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47B91 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 145 -
CMYK 0 0.25 0.12 0.36
HSL 327.8º 0.18% 0.56% -
HSV(B) 327.8º 0.25% 0.64% -
XYZ 27.5 24.1 29.99 -
YUV 137.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 164 123 145 0 0.25 0.12 0.36 327.8 0.18 0.56
Hex A4 7B 91 0 19 C 24 148 12 38
Octal 244 173 221 0 31 14 44 510 22 70
Binary 10100100 1111011 10010001 0 11001 1100 100100 101001000 10010 111000

Color Harmonies of #A47B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B91

Black with #A47B91

Text Example


Text Example

White with #A47B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B91; }

 p { color: rgb(164,123,145); }

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

background-color css

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

 a { background-color: rgb(164,123,145); }

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

border-color css

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

 span { border-color: rgb(164,123,145); }

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