Html Css Color HEX #A48B9E Bouquet

📋 copy color: '#A48B9E'

red 164 ◦ green 139 ◦ blue 158

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

Shades of Bouquet #A48B9E

Tints of Bouquet #A48B9E

RGB

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

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

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

R = 35.57%
G = 30.15%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A48B9E (or 0xA48B9E) is known color: Bouquet. HEX triplet: A4, 8B and 9E. RGB value is (164,139,158). Sum of RGB (Red+Green+Blue) = 164+139+158=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B9E is #5B7461. Grayscale: #949494. Windows color (decimal): -5993570 or 10390436. OLE color: 10390436.

HSL color Cylindrical-coordinate representation of color #A48B9E: hue angle of 314.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 #A48B9E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 139 158 -
CMYK 0 0.15 0.04 0.36
HSL 314.4º 0.12% 0.59% -
HSV(B) 314.4º 0.15% 0.64% -
XYZ 30.71 28.83 36.29 -
YUV 148.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 164 139 158 0 0.15 0.04 0.36 314.4 0.12 0.59
Hex A4 8B 9E 0 F 4 24 13A C 3B
Octal 244 213 236 0 17 4 44 472 14 73
Binary 10100100 10001011 10011110 0 1111 100 100100 100111010 1100 111011

Color Harmonies of #A48B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B9E

Black with #A48B9E

Text Example


Text Example

White with #A48B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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