Html Css Color HEX #A88C9C Bouquet

📋 copy color: '#A88C9C'

red 168 ◦ green 140 ◦ blue 156

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

Shades of Bouquet #A88C9C

Tints of Bouquet #A88C9C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 36.21%
G = 30.17%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A88C9C (or 0xA88C9C) is known color: Bouquet. HEX triplet: A8, 8C and 9C. RGB value is (168,140,156). Sum of RGB (Red+Green+Blue) = 168+140+156=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88C9C is #577363. Grayscale: #969696. Windows color (decimal): -5731172 or 10259624. OLE color: 10259624.

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

Color convert

RGB 168 140 156 -
CMYK 0 0.17 0.07 0.34
HSL 325.71º 0.14% 0.6% -
HSV(B) 325.71º 0.17% 0.66% -
XYZ 31.53 29.48 35.48 -
YUV 150.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 168 140 156 0 0.17 0.07 0.34 325.71 0.14 0.6
Hex A8 8C 9C 0 11 7 22 146 E 3C
Octal 250 214 234 0 21 7 42 506 16 74
Binary 10101000 10001100 10011100 0 10001 111 100010 101000110 1110 111100

Color Harmonies of #A88C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C9C

Black with #A88C9C

Text Example


Text Example

White with #A88C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C9C; }

 p { color: rgb(168,140,156); }

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

background-color css

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

 a { background-color: rgb(168,140,156); }

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

border-color css

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

 span { border-color: rgb(168,140,156); }

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