Html Css Color HEX #A48495 Bouquet

📋 copy color: '#A48495'

red 164 ◦ green 132 ◦ blue 149

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

Shades of Bouquet #A48495

Tints of Bouquet #A48495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 149 (58.59% from 255) = 33.48%

R = 36.85%
G = 29.66%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48495 (or 0xA48495) is known color: Bouquet. HEX triplet: A4, 84 and 95. RGB value is (164,132,149). Sum of RGB (Red+Green+Blue) = 164+132+149=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48495 is #5B7B6A. Grayscale: #8F8F8F. Windows color (decimal): -5995371 or 9798820. OLE color: 9798820.

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

Color convert

RGB 164 132 149 -
CMYK 0 0.20 0.09 0.36
HSL 328.13º 0.15% 0.58% -
HSV(B) 328.13º 0.2% 0.64% -
XYZ 28.99 26.56 32.03 -
YUV 143.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 164 132 149 0 0.20 0.09 0.36 328.13 0.15 0.58
Hex A4 84 95 0 14 9 24 148 F 3A
Octal 244 204 225 0 24 11 44 510 17 72
Binary 10100100 10000100 10010101 0 10100 1001 100100 101001000 1111 111010

Color Harmonies of #A48495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48495

Black with #A48495

Text Example


Text Example

White with #A48495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48495; }

 p { color: rgb(164,132,149); }

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

background-color css

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

 a { background-color: rgb(164,132,149); }

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

border-color css

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

 span { border-color: rgb(164,132,149); }

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