Html Css Color HEX #A47E91 Bouquet

📋 copy color: '#A47E91'

red 164 ◦ green 126 ◦ blue 145

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

Shades of Bouquet #A47E91

Tints of Bouquet #A47E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

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

R = 37.7%
G = 28.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A47E91 (or 0xA47E91) is known color: Bouquet. HEX triplet: A4, 7E and 91. RGB value is (164,126,145). Sum of RGB (Red+Green+Blue) = 164+126+145=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E91 is #5B816E. Grayscale: #8B8B8B. Windows color (decimal): -5996911 or 9535140. OLE color: 9535140.

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

Color convert

RGB 164 126 145 -
CMYK 0 0.23 0.12 0.36
HSL 330º 0.17% 0.57% -
HSV(B) 330º 0.23% 0.64% -
XYZ 27.88 24.86 30.12 -
YUV 139.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 164 126 145 0 0.23 0.12 0.36 330 0.17 0.57
Hex A4 7E 91 0 17 C 24 14A 11 39
Octal 244 176 221 0 27 14 44 512 21 71
Binary 10100100 1111110 10010001 0 10111 1100 100100 101001010 10001 111001

Color Harmonies of #A47E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E91

Black with #A47E91

Text Example


Text Example

White with #A47E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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