Html Css Color HEX #A88493 Bouquet

📋 copy color: '#A88493'

red 168 ◦ green 132 ◦ blue 147

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

Shades of Bouquet #A88493

Tints of Bouquet #A88493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 37.58%
G = 29.53%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A88493 (or 0xA88493) is known color: Bouquet. HEX triplet: A8, 84 and 93. RGB value is (168,132,147). Sum of RGB (Red+Green+Blue) = 168+132+147=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A88493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88493 is #577B6C. Grayscale: #909090. Windows color (decimal): -5733229 or 9667752. OLE color: 9667752.

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

Color convert

RGB 168 132 147 -
CMYK 0 0.21 0.13 0.34
HSL 335º 0.17% 0.59% -
HSV(B) 335º 0.21% 0.66% -
XYZ 29.67 26.93 31.24 -
YUV 144.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 168 132 147 0 0.21 0.13 0.34 335 0.17 0.59
Hex A8 84 93 0 15 D 22 14F 11 3B
Octal 250 204 223 0 25 15 42 517 21 73
Binary 10101000 10000100 10010011 0 10101 1101 100010 101001111 10001 111011

Color Harmonies of #A88493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88493

Black with #A88493

Text Example


Text Example

White with #A88493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88493; }

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

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

background-color css

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

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

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

border-color css

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

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

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