Html Css Color HEX #A48D9F Bouquet

📋 copy color: '#A48D9F'

red 164 ◦ green 141 ◦ blue 159

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

Shades of Bouquet #A48D9F

Tints of Bouquet #A48D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 35.34%
G = 30.39%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A48D9F (or 0xA48D9F) is known color: Bouquet. HEX triplet: A4, 8D and 9F. RGB value is (164,141,159). Sum of RGB (Red+Green+Blue) = 164+141+159=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D9F is #5B7260. Grayscale: #959595. Windows color (decimal): -5993057 or 10456484. OLE color: 10456484.

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

Color convert

RGB 164 141 159 -
CMYK 0 0.14 0.03 0.36
HSL 313.04º 0.11% 0.6% -
HSV(B) 313.04º 0.14% 0.64% -
XYZ 31.09 29.45 36.85 -
YUV 149.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 164 141 159 0 0.14 0.03 0.36 313.04 0.11 0.6
Hex A4 8D 9F 0 E 3 24 139 B 3C
Octal 244 215 237 0 16 3 44 471 13 74
Binary 10100100 10001101 10011111 0 1110 11 100100 100111001 1011 111100

Color Harmonies of #A48D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D9F

Black with #A48D9F

Text Example


Text Example

White with #A48D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D9F; }

 p { color: rgb(164,141,159); }

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

background-color css

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

 a { background-color: rgb(164,141,159); }

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

border-color css

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

 span { border-color: rgb(164,141,159); }

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