Html Css Color HEX #A48096 Bouquet

📋 copy color: '#A48096'

red 164 ◦ green 128 ◦ blue 150

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

Shades of Bouquet #A48096

Tints of Bouquet #A48096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 37.1%
G = 28.96%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48096 (or 0xA48096) is known color: Bouquet. HEX triplet: A4, 80 and 96. RGB value is (164,128,150). Sum of RGB (Red+Green+Blue) = 164+128+150=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A48096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48096 is #5B7F69. Grayscale: #8D8D8D. Windows color (decimal): -5996394 or 9863332. OLE color: 9863332.

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

Color convert

RGB 164 128 150 -
CMYK 0 0.22 0.09 0.36
HSL 323.33º 0.17% 0.57% -
HSV(B) 323.33º 0.22% 0.64% -
XYZ 28.53 25.53 32.28 -
YUV 141.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 164 128 150 0 0.22 0.09 0.36 323.33 0.17 0.57
Hex A4 80 96 0 16 9 24 143 11 39
Octal 244 200 226 0 26 11 44 503 21 71
Binary 10100100 10000000 10010110 0 10110 1001 100100 101000011 10001 111001

Color Harmonies of #A48096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48096

Black with #A48096

Text Example


Text Example

White with #A48096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48096; }

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

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

background-color css

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

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

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

border-color css

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

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

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