Html Css Color HEX #A48F9E Bouquet

📋 copy color: '#A48F9E'

red 164 ◦ green 143 ◦ blue 158

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

Shades of Bouquet #A48F9E

Tints of Bouquet #A48F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 35.27%
G = 30.75%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A48F9E (or 0xA48F9E) is known color: Bouquet. HEX triplet: A4, 8F and 9E. RGB value is (164,143,158). Sum of RGB (Red+Green+Blue) = 164+143+158=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9E is #5B7061. Grayscale: #969696. Windows color (decimal): -5992546 or 10391460. OLE color: 10391460.

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

Color convert

RGB 164 143 158 -
CMYK 0 0.13 0.04 0.36
HSL 317.14º 0.1% 0.6% -
HSV(B) 317.14º 0.13% 0.64% -
XYZ 31.3 30.01 36.49 -
YUV 150.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 164 143 158 0 0.13 0.04 0.36 317.14 0.1 0.6
Hex A4 8F 9E 0 D 4 24 13D A 3C
Octal 244 217 236 0 15 4 44 475 12 74
Binary 10100100 10001111 10011110 0 1101 100 100100 100111101 1010 111100

Color Harmonies of #A48F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F9E

Black with #A48F9E

Text Example


Text Example

White with #A48F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F9E; }

 p { color: rgb(164,143,158); }

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

background-color css

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

 a { background-color: rgb(164,143,158); }

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

border-color css

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

 span { border-color: rgb(164,143,158); }

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