Html Css Color HEX #A98493 Bouquet

📋 copy color: '#A98493'

red 169 ◦ green 132 ◦ blue 147

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

Shades of Bouquet #A98493

Tints of Bouquet #A98493

RGB

 RED value IS 169 (66.41% from 255) = 37.72%

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

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

R = 37.72%
G = 29.46%
B = 32.81%

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

#A98493 (or 0xA98493) is known color: Bouquet. HEX triplet: A9, 84 and 93. RGB value is (169,132,147). Sum of RGB (Red+Green+Blue) = 169+132+147=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A98493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98493 is #567B6C. Grayscale: #909090. Windows color (decimal): -5667693 or 9667753. OLE color: 9667753.

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

Color convert

RGB 169 132 147 -
CMYK 0 0.22 0.13 0.34
HSL 335.68º 0.18% 0.59% -
HSV(B) 335.68º 0.22% 0.66% -
XYZ 29.88 27.04 31.25 -
YUV 144.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 169 132 147 0 0.22 0.13 0.34 335.68 0.18 0.59
Hex A9 84 93 0 16 D 22 150 12 3B
Octal 251 204 223 0 26 15 42 520 22 73
Binary 10101001 10000100 10010011 0 10110 1101 100010 101010000 10010 111011

Color Harmonies of #A98493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98493

Black with #A98493

Text Example


Text Example

White with #A98493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98493; }

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

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

background-color css

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

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

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

border-color css

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

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

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