Html Css Color HEX #A88393 Bouquet

📋 copy color: '#A88393'

red 168 ◦ green 131 ◦ blue 147

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

Shades of Bouquet #A88393

Tints of Bouquet #A88393

RGB

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

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

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

R = 37.67%
G = 29.37%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A88393 (or 0xA88393) is known color: Bouquet. HEX triplet: A8, 83 and 93. RGB value is (168,131,147). Sum of RGB (Red+Green+Blue) = 168+131+147=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A88393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88393 is #577C6C. Grayscale: #8F8F8F. Windows color (decimal): -5733485 or 9667496. OLE color: 9667496.

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

Color convert

RGB 168 131 147 -
CMYK 0 0.22 0.13 0.34
HSL 334.05º 0.18% 0.59% -
HSV(B) 334.05º 0.22% 0.66% -
XYZ 29.53 26.66 31.19 -
YUV 143.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 168 131 147 0 0.22 0.13 0.34 334.05 0.18 0.59
Hex A8 83 93 0 16 D 22 14E 12 3B
Octal 250 203 223 0 26 15 42 516 22 73
Binary 10101000 10000011 10010011 0 10110 1101 100010 101001110 10010 111011

Color Harmonies of #A88393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88393

Black with #A88393

Text Example


Text Example

White with #A88393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88393; }

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

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

background-color css

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

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

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

border-color css

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

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

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