Html Css Color HEX #A48097 Bouquet

📋 copy color: '#A48097'

red 164 ◦ green 128 ◦ blue 151

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

Shades of Bouquet #A48097

Tints of Bouquet #A48097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 37.02%
G = 28.89%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A48097 (or 0xA48097) is known color: Bouquet. HEX triplet: A4, 80 and 97. RGB value is (164,128,151). Sum of RGB (Red+Green+Blue) = 164+128+151=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48097 is #5B7F68. Grayscale: #8D8D8D. Windows color (decimal): -5996393 or 9928868. OLE color: 9928868.

HSL color Cylindrical-coordinate representation of color #A48097: hue angle of 321.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48097 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 151 -
CMYK 0 0.22 0.08 0.36
HSL 321.67º 0.17% 0.57% -
HSV(B) 321.67º 0.22% 0.64% -
XYZ 28.61 25.57 32.7 -
YUV 141.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 164 128 151 0 0.22 0.08 0.36 321.67 0.17 0.57
Hex A4 80 97 0 16 8 24 142 11 39
Octal 244 200 227 0 26 10 44 502 21 71
Binary 10100100 10000000 10010111 0 10110 1000 100100 101000010 10001 111001

Color Harmonies of #A48097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48097

Black with #A48097

Text Example


Text Example

White with #A48097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48097; }

 p { color: rgb(164,128,151); }

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

background-color css

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

 a { background-color: rgb(164,128,151); }

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

border-color css

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

 span { border-color: rgb(164,128,151); }

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