Html Css Color HEX #A48B99 Bouquet

📋 copy color: '#A48B99'

red 164 ◦ green 139 ◦ blue 153

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

Shades of Bouquet #A48B99

Tints of Bouquet #A48B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

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

R = 35.96%
G = 30.48%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48B99 (or 0xA48B99) is known color: Bouquet. HEX triplet: A4, 8B and 99. RGB value is (164,139,153). Sum of RGB (Red+Green+Blue) = 164+139+153=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B99 is #5B7466. Grayscale: #949494. Windows color (decimal): -5993575 or 10062756. OLE color: 10062756.

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

Color convert

RGB 164 139 153 -
CMYK 0 0.15 0.07 0.36
HSL 326.4º 0.12% 0.59% -
HSV(B) 326.4º 0.15% 0.64% -
XYZ 30.29 28.66 34.07 -
YUV 148.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 164 139 153 0 0.15 0.07 0.36 326.4 0.12 0.59
Hex A4 8B 99 0 F 7 24 146 C 3B
Octal 244 213 231 0 17 7 44 506 14 73
Binary 10100100 10001011 10011001 0 1111 111 100100 101000110 1100 111011

Color Harmonies of #A48B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B99

Black with #A48B99

Text Example


Text Example

White with #A48B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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