Html Css Color HEX #A48594 Bouquet

📋 copy color: '#A48594'

red 164 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #A48594

Tints of Bouquet #A48594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 36.85%
G = 29.89%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A48594 (or 0xA48594) is known color: Bouquet. HEX triplet: A4, 85 and 94. RGB value is (164,133,148). Sum of RGB (Red+Green+Blue) = 164+133+148=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48594 is #5B7A6B. Grayscale: #8F8F8F. Windows color (decimal): -5995116 or 9733540. OLE color: 9733540.

HSL color Cylindrical-coordinate representation of color #A48594: hue angle of 330.97º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A48594 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 148 -
CMYK 0 0.19 0.10 0.36
HSL 330.97º 0.15% 0.58% -
HSV(B) 330.97º 0.19% 0.64% -
XYZ 29.04 26.81 31.66 -
YUV 143.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 164 133 148 0 0.19 0.10 0.36 330.97 0.15 0.58
Hex A4 85 94 0 13 A 24 14B F 3A
Octal 244 205 224 0 23 12 44 513 17 72
Binary 10100100 10000101 10010100 0 10011 1010 100100 101001011 1111 111010

Color Harmonies of #A48594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48594

Black with #A48594

Text Example


Text Example

White with #A48594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48594; }

 p { color: rgb(164,133,148); }

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

background-color css

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

 a { background-color: rgb(164,133,148); }

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

border-color css

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

 span { border-color: rgb(164,133,148); }

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