Html Css Color HEX #A48C99 Bouquet

📋 copy color: '#A48C99'

red 164 ◦ green 140 ◦ blue 153

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

Shades of Bouquet #A48C99

Tints of Bouquet #A48C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

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

R = 35.89%
G = 30.63%
B = 33.48%

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

#A48C99 (or 0xA48C99) is known color: Bouquet. HEX triplet: A4, 8C and 99. RGB value is (164,140,153). Sum of RGB (Red+Green+Blue) = 164+140+153=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C99 is #5B7366. Grayscale: #949494. Windows color (decimal): -5993319 or 10063012. OLE color: 10063012.

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

Color convert

RGB 164 140 153 -
CMYK 0 0.15 0.07 0.36
HSL 327.5º 0.12% 0.6% -
HSV(B) 327.5º 0.15% 0.64% -
XYZ 30.44 28.95 34.12 -
YUV 148.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 164 140 153 0 0.15 0.07 0.36 327.5 0.12 0.6
Hex A4 8C 99 0 F 7 24 148 C 3C
Octal 244 214 231 0 17 7 44 510 14 74
Binary 10100100 10001100 10011001 0 1111 111 100100 101001000 1100 111100

Color Harmonies of #A48C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C99

Black with #A48C99

Text Example


Text Example

White with #A48C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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