Html Css Color HEX #A88796 Bouquet

📋 copy color: '#A88796'

red 168 ◦ green 135 ◦ blue 150

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

Shades of Bouquet #A88796

Tints of Bouquet #A88796

RGB

 RED value IS 168 (66.02% from 255) = 37.09%

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 37.09%
G = 29.8%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A88796 (or 0xA88796) is known color: Bouquet. HEX triplet: A8, 87 and 96. RGB value is (168,135,150). Sum of RGB (Red+Green+Blue) = 168+135+150=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88796 is #577869. Grayscale: #929292. Windows color (decimal): -5732458 or 9865128. OLE color: 9865128.

HSL color Cylindrical-coordinate representation of color #A88796: hue angle of 332.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88796 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 150 -
CMYK 0 0.20 0.11 0.34
HSL 332.73º 0.16% 0.59% -
HSV(B) 332.73º 0.2% 0.66% -
XYZ 30.32 27.85 32.63 -
YUV 146.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 168 135 150 0 0.20 0.11 0.34 332.73 0.16 0.59
Hex A8 87 96 0 14 B 22 14D 10 3B
Octal 250 207 226 0 24 13 42 515 20 73
Binary 10101000 10000111 10010110 0 10100 1011 100010 101001101 10000 111011

Color Harmonies of #A88796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88796

Black with #A88796

Text Example


Text Example

White with #A88796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88796; }

 p { color: rgb(168,135,150); }

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

background-color css

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

 a { background-color: rgb(168,135,150); }

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

border-color css

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

 span { border-color: rgb(168,135,150); }

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