Html Css Color HEX #A48697 Bouquet

📋 copy color: '#A48697'

red 164 ◦ green 134 ◦ blue 151

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

Shades of Bouquet #A48697

Tints of Bouquet #A48697

RGB

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

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

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

R = 36.53%
G = 29.84%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A48697 (or 0xA48697) is known color: Bouquet. HEX triplet: A4, 86 and 97. RGB value is (164,134,151). Sum of RGB (Red+Green+Blue) = 164+134+151=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A48697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48697 is #5B7968. Grayscale: #909090. Windows color (decimal): -5994857 or 9930404. OLE color: 9930404.

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

Color convert

RGB 164 134 151 -
CMYK 0 0.18 0.08 0.36
HSL 326º 0.14% 0.58% -
HSV(B) 326º 0.18% 0.64% -
XYZ 29.42 27.18 32.97 -
YUV 144.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 164 134 151 0 0.18 0.08 0.36 326 0.14 0.58
Hex A4 86 97 0 12 8 24 146 E 3A
Octal 244 206 227 0 22 10 44 506 16 72
Binary 10100100 10000110 10010111 0 10010 1000 100100 101000110 1110 111010

Color Harmonies of #A48697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48697

Black with #A48697

Text Example


Text Example

White with #A48697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48697; }

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

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

background-color css

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

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

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

border-color css

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

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

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