Html Css Color HEX #A88491 Bouquet

📋 copy color: '#A88491'

red 168 ◦ green 132 ◦ blue 145

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

Shades of Bouquet #A88491

Tints of Bouquet #A88491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 37.75%
G = 29.66%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A88491 (or 0xA88491) is known color: Bouquet. HEX triplet: A8, 84 and 91. RGB value is (168,132,145). Sum of RGB (Red+Green+Blue) = 168+132+145=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A88491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88491 is #577B6E. Grayscale: #909090. Windows color (decimal): -5733231 or 9536680. OLE color: 9536680.

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

Color convert

RGB 168 132 145 -
CMYK 0 0.21 0.14 0.34
HSL 338.33º 0.17% 0.59% -
HSV(B) 338.33º 0.21% 0.66% -
XYZ 29.51 26.87 30.42 -
YUV 144.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 168 132 145 0 0.21 0.14 0.34 338.33 0.17 0.59
Hex A8 84 91 0 15 E 22 152 11 3B
Octal 250 204 221 0 25 16 42 522 21 73
Binary 10101000 10000100 10010001 0 10101 1110 100010 101010010 10001 111011

Color Harmonies of #A88491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88491

Black with #A88491

Text Example


Text Example

White with #A88491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88491; }

 p { color: rgb(168,132,145); }

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

background-color css

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

 a { background-color: rgb(168,132,145); }

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

border-color css

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

 span { border-color: rgb(168,132,145); }

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