Html Css Color HEX #A88499 Bouquet

📋 copy color: '#A88499'

red 168 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #A88499

Tints of Bouquet #A88499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 37.09%
G = 29.14%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A88499 (or 0xA88499) is known color: Bouquet. HEX triplet: A8, 84 and 99. RGB value is (168,132,153). Sum of RGB (Red+Green+Blue) = 168+132+153=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88499 is #577B66. Grayscale: #919191. Windows color (decimal): -5733223 or 10060968. OLE color: 10060968.

HSL color Cylindrical-coordinate representation of color #A88499: hue angle of 325º 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 #A88499 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 153 -
CMYK 0 0.21 0.09 0.34
HSL 325º 0.17% 0.59% -
HSV(B) 325º 0.21% 0.66% -
XYZ 30.15 27.13 33.78 -
YUV 145.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 168 132 153 0 0.21 0.09 0.34 325 0.17 0.59
Hex A8 84 99 0 15 9 22 145 11 3B
Octal 250 204 231 0 25 11 42 505 21 73
Binary 10101000 10000100 10011001 0 10101 1001 100010 101000101 10001 111011

Color Harmonies of #A88499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88499

Black with #A88499

Text Example


Text Example

White with #A88499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88499; }

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

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

background-color css

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

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

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

border-color css

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

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

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