Html Css Color HEX #A48F9C Bouquet

📋 copy color: '#A48F9C'

red 164 ◦ green 143 ◦ blue 156

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

Shades of Bouquet #A48F9C

Tints of Bouquet #A48F9C

RGB

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

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

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

R = 35.42%
G = 30.89%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A48F9C (or 0xA48F9C) is known color: Bouquet. HEX triplet: A4, 8F and 9C. RGB value is (164,143,156). Sum of RGB (Red+Green+Blue) = 164+143+156=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9C is #5B7063. Grayscale: #969696. Windows color (decimal): -5992548 or 10260388. OLE color: 10260388.

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

Color convert

RGB 164 143 156 -
CMYK 0 0.13 0.05 0.36
HSL 322.86º 0.1% 0.6% -
HSV(B) 322.86º 0.13% 0.64% -
XYZ 31.13 29.94 35.59 -
YUV 150.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 164 143 156 0 0.13 0.05 0.36 322.86 0.1 0.6
Hex A4 8F 9C 0 D 5 24 143 A 3C
Octal 244 217 234 0 15 5 44 503 12 74
Binary 10100100 10001111 10011100 0 1101 101 100100 101000011 1010 111100

Color Harmonies of #A48F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F9C

Black with #A48F9C

Text Example


Text Example

White with #A48F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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