Html Css Color HEX #A37496 Bouquet

📋 copy color: '#A37496'

red 163 ◦ green 116 ◦ blue 150

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

Shades of Bouquet #A37496

Tints of Bouquet #A37496

RGB

 RED value IS 163 (64.06% from 255) = 38%

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 38%
G = 27.04%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A37496 (or 0xA37496) is known color: Bouquet. HEX triplet: A3, 74 and 96. RGB value is (163,116,150). Sum of RGB (Red+Green+Blue) = 163+116+150=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37496 is #5C8B69. Grayscale: #858585. Windows color (decimal): -6065002 or 9860259. OLE color: 9860259.

HSL color Cylindrical-coordinate representation of color #A37496: hue angle of 316.6º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37496 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 150 -
CMYK 0 0.29 0.08 0.36
HSL 316.6º 0.2% 0.55% -
HSV(B) 316.6º 0.29% 0.64% -
XYZ 26.85 22.48 31.78 -
YUV 133.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 163 116 150 0 0.29 0.08 0.36 316.6 0.2 0.55
Hex A3 74 96 0 1D 8 24 13D 14 37
Octal 243 164 226 0 35 10 44 475 24 67
Binary 10100011 1110100 10010110 0 11101 1000 100100 100111101 10100 110111

Color Harmonies of #A37496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37496

Black with #A37496

Text Example


Text Example

White with #A37496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37496; }

 p { color: rgb(163,116,150); }

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

background-color css

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

 a { background-color: rgb(163,116,150); }

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

border-color css

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

 span { border-color: rgb(163,116,150); }

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