Html Css Color HEX #A96895 Bouquet

📋 copy color: '#A96895'

red 169 ◦ green 104 ◦ blue 149

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

Shades of Bouquet #A96895

Tints of Bouquet #A96895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 40.05%
G = 24.64%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A96895 (or 0xA96895) is known color: Bouquet. HEX triplet: A9, 68 and 95. RGB value is (169,104,149). Sum of RGB (Red+Green+Blue) = 169+104+149=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A96895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96895 is #56976A. Grayscale: #808080. Windows color (decimal): -5674859 or 9791657. OLE color: 9791657.

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

Color convert

RGB 169 104 149 -
CMYK 0 0.38 0.12 0.34
HSL 318.46º 0.27% 0.54% -
HSV(B) 318.46º 0.38% 0.66% -
XYZ 26.74 20.51 30.98 -
YUV 128.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 169 104 149 0 0.38 0.12 0.34 318.46 0.27 0.54
Hex A9 68 95 0 26 C 22 13E 1B 36
Octal 251 150 225 0 46 14 42 476 33 66
Binary 10101001 1101000 10010101 0 100110 1100 100010 100111110 11011 110110

Color Harmonies of #A96895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96895

Black with #A96895

Text Example


Text Example

White with #A96895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96895; }

 p { color: rgb(169,104,149); }

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

background-color css

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

 a { background-color: rgb(169,104,149); }

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

border-color css

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

 span { border-color: rgb(169,104,149); }

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