Html Css Color HEX #A48A9C Bouquet

📋 copy color: '#A48A9C'

red 164 ◦ green 138 ◦ blue 156

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

Shades of Bouquet #A48A9C

Tints of Bouquet #A48A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 35.81%
G = 30.13%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A48A9C (or 0xA48A9C) is known color: Bouquet. HEX triplet: A4, 8A and 9C. RGB value is (164,138,156). Sum of RGB (Red+Green+Blue) = 164+138+156=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A9C is #5B7563. Grayscale: #939393. Windows color (decimal): -5993828 or 10259108. OLE color: 10259108.

HSL color Cylindrical-coordinate representation of color #A48A9C: hue angle of 318.46º 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 #A48A9C is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 156 -
CMYK 0 0.16 0.05 0.36
HSL 318.46º 0.13% 0.59% -
HSV(B) 318.46º 0.16% 0.64% -
XYZ 30.4 28.47 35.35 -
YUV 147.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 164 138 156 0 0.16 0.05 0.36 318.46 0.13 0.59
Hex A4 8A 9C 0 10 5 24 13E C 3B
Octal 244 212 234 0 20 5 44 476 14 73
Binary 10100100 10001010 10011100 0 10000 101 100100 100111110 1100 111011

Color Harmonies of #A48A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A9C

Black with #A48A9C

Text Example


Text Example

White with #A48A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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