Html Css Color HEX #A48191 Bouquet

📋 copy color: '#A48191'

red 164 ◦ green 129 ◦ blue 145

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

Shades of Bouquet #A48191

Tints of Bouquet #A48191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 37.44%
G = 29.45%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A48191 (or 0xA48191) is known color: Bouquet. HEX triplet: A4, 81 and 91. RGB value is (164,129,145). Sum of RGB (Red+Green+Blue) = 164+129+145=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48191 is #5B7E6E. Grayscale: #8D8D8D. Windows color (decimal): -5996143 or 9535908. OLE color: 9535908.

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

Color convert

RGB 164 129 145 -
CMYK 0 0.21 0.12 0.36
HSL 332.57º 0.16% 0.57% -
HSV(B) 332.57º 0.21% 0.64% -
XYZ 28.27 25.64 30.25 -
YUV 141.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 164 129 145 0 0.21 0.12 0.36 332.57 0.16 0.57
Hex A4 81 91 0 15 C 24 14D 10 39
Octal 244 201 221 0 25 14 44 515 20 71
Binary 10100100 10000001 10010001 0 10101 1100 100100 101001101 10000 111001

Color Harmonies of #A48191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48191

Black with #A48191

Text Example


Text Example

White with #A48191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48191; }

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

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

background-color css

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

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

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

border-color css

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

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

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