Html Css Color HEX #A48696 Bouquet

📋 copy color: '#A48696'

red 164 ◦ green 134 ◦ blue 150

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

Shades of Bouquet #A48696

Tints of Bouquet #A48696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 36.61%
G = 29.91%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48696 (or 0xA48696) is known color: Bouquet. HEX triplet: A4, 86 and 96. RGB value is (164,134,150). Sum of RGB (Red+Green+Blue) = 164+134+150=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A48696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48696 is #5B7969. Grayscale: #909090. Windows color (decimal): -5994858 or 9864868. OLE color: 9864868.

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

Color convert

RGB 164 134 150 -
CMYK 0 0.18 0.09 0.36
HSL 328º 0.14% 0.58% -
HSV(B) 328º 0.18% 0.64% -
XYZ 29.34 27.14 32.55 -
YUV 144.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 164 134 150 0 0.18 0.09 0.36 328 0.14 0.58
Hex A4 86 96 0 12 9 24 148 E 3A
Octal 244 206 226 0 22 11 44 510 16 72
Binary 10100100 10000110 10010110 0 10010 1001 100100 101001000 1110 111010

Color Harmonies of #A48696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48696

Black with #A48696

Text Example


Text Example

White with #A48696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48696; }

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

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

background-color css

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

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

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

border-color css

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

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

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