Html Css Color HEX #A97396 Bouquet

📋 copy color: '#A97396'

red 169 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #A97396

Tints of Bouquet #A97396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 38.94%
G = 26.5%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A97396 (or 0xA97396) is known color: Bouquet. HEX triplet: A9, 73 and 96. RGB value is (169,115,150). Sum of RGB (Red+Green+Blue) = 169+115+150=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A97396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97396 is #568C69. Grayscale: #878787. Windows color (decimal): -5672042 or 9860009. OLE color: 9860009.

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

Color convert

RGB 169 115 150 -
CMYK 0 0.32 0.11 0.34
HSL 321.11º 0.24% 0.56% -
HSV(B) 321.11º 0.32% 0.66% -
XYZ 28 22.9 31.8 -
YUV 135.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 169 115 150 0 0.32 0.11 0.34 321.11 0.24 0.56
Hex A9 73 96 0 20 B 22 141 18 38
Octal 251 163 226 0 40 13 42 501 30 70
Binary 10101001 1110011 10010110 0 100000 1011 100010 101000001 11000 111000

Color Harmonies of #A97396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97396

Black with #A97396

Text Example


Text Example

White with #A97396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97396; }

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

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

background-color css

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

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

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

border-color css

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

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

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