Html Css Color HEX #A48899 Bouquet

📋 copy color: '#A48899'

red 164 ◦ green 136 ◦ blue 153

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

Shades of Bouquet #A48899

Tints of Bouquet #A48899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 36.2%
G = 30.02%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48899 (or 0xA48899) is known color: Bouquet. HEX triplet: A4, 88 and 99. RGB value is (164,136,153). Sum of RGB (Red+Green+Blue) = 164+136+153=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A48899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48899 is #5B7766. Grayscale: #929292. Windows color (decimal): -5994343 or 10061988. OLE color: 10061988.

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

Color convert

RGB 164 136 153 -
CMYK 0 0.17 0.07 0.36
HSL 323.57º 0.13% 0.59% -
HSV(B) 323.57º 0.17% 0.64% -
XYZ 29.86 27.8 33.93 -
YUV 146.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 164 136 153 0 0.17 0.07 0.36 323.57 0.13 0.59
Hex A4 88 99 0 11 7 24 144 D 3B
Octal 244 210 231 0 21 7 44 504 15 73
Binary 10100100 10001000 10011001 0 10001 111 100100 101000100 1101 111011

Color Harmonies of #A48899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48899

Black with #A48899

Text Example


Text Example

White with #A48899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48899; }

 p { color: rgb(164,136,153); }

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

background-color css

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

 a { background-color: rgb(164,136,153); }

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

border-color css

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

 span { border-color: rgb(164,136,153); }

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