Html Css Color HEX #A96A96 Bouquet

📋 copy color: '#A96A96'

red 169 ◦ green 106 ◦ blue 150

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

Shades of Bouquet #A96A96

Tints of Bouquet #A96A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 39.76%
G = 24.94%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A96A96 (or 0xA96A96) is known color: Bouquet. HEX triplet: A9, 6A and 96. RGB value is (169,106,150). Sum of RGB (Red+Green+Blue) = 169+106+150=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A96 is #569569. Grayscale: #818181. Windows color (decimal): -5674346 or 9857705. OLE color: 9857705.

HSL color Cylindrical-coordinate representation of color #A96A96: hue angle of 318.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A96 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 106 150 -
CMYK 0 0.37 0.11 0.34
HSL 318.1º 0.27% 0.54% -
HSV(B) 318.1º 0.37% 0.66% -
XYZ 27.02 20.95 31.47 -
YUV 129.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 169 106 150 0 0.37 0.11 0.34 318.1 0.27 0.54
Hex A9 6A 96 0 25 B 22 13E 1B 36
Octal 251 152 226 0 45 13 42 476 33 66
Binary 10101001 1101010 10010110 0 100101 1011 100010 100111110 11011 110110

Color Harmonies of #A96A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A96

Black with #A96A96

Text Example


Text Example

White with #A96A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A96; }

 p { color: rgb(169,106,150); }

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

background-color css

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

 a { background-color: rgb(169,106,150); }

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

border-color css

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

 span { border-color: rgb(169,106,150); }

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