Html Css Color HEX #A48A98 Bouquet

📋 copy color: '#A48A98'

red 164 ◦ green 138 ◦ blue 152

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

Shades of Bouquet #A48A98

Tints of Bouquet #A48A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 36.12%
G = 30.4%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48A98 (or 0xA48A98) is known color: Bouquet. HEX triplet: A4, 8A and 98. RGB value is (164,138,152). Sum of RGB (Red+Green+Blue) = 164+138+152=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A98 is #5B7567. Grayscale: #939393. Windows color (decimal): -5993832 or 9996964. OLE color: 9996964.

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

Color convert

RGB 164 138 152 -
CMYK 0 0.16 0.07 0.36
HSL 327.69º 0.13% 0.59% -
HSV(B) 327.69º 0.16% 0.64% -
XYZ 30.07 28.34 33.59 -
YUV 147.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 164 138 152 0 0.16 0.07 0.36 327.69 0.13 0.59
Hex A4 8A 98 0 10 7 24 148 C 3B
Octal 244 212 230 0 20 7 44 510 14 73
Binary 10100100 10001010 10011000 0 10000 111 100100 101001000 1100 111011

Color Harmonies of #A48A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A98

Black with #A48A98

Text Example


Text Example

White with #A48A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A98; }

 p { color: rgb(164,138,152); }

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

background-color css

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

 a { background-color: rgb(164,138,152); }

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

border-color css

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

 span { border-color: rgb(164,138,152); }

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