Html Css Color HEX #A88396 Bouquet

📋 copy color: '#A88396'

red 168 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #A88396

Tints of Bouquet #A88396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 37.42%
G = 29.18%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A88396 (or 0xA88396) is known color: Bouquet. HEX triplet: A8, 83 and 96. RGB value is (168,131,150). Sum of RGB (Red+Green+Blue) = 168+131+150=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88396 is #577C69. Grayscale: #909090. Windows color (decimal): -5733482 or 9864104. OLE color: 9864104.

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

Color convert

RGB 168 131 150 -
CMYK 0 0.22 0.11 0.34
HSL 329.19º 0.18% 0.59% -
HSV(B) 329.19º 0.22% 0.66% -
XYZ 29.77 26.76 32.45 -
YUV 144.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 168 131 150 0 0.22 0.11 0.34 329.19 0.18 0.59
Hex A8 83 96 0 16 B 22 149 12 3B
Octal 250 203 226 0 26 13 42 511 22 73
Binary 10101000 10000011 10010110 0 10110 1011 100010 101001001 10010 111011

Color Harmonies of #A88396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88396

Black with #A88396

Text Example


Text Example

White with #A88396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88396; }

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

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

background-color css

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

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

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

border-color css

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

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

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