Html Css Color HEX #A37696 Bouquet

📋 copy color: '#A37696'

red 163 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #A37696

Tints of Bouquet #A37696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

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

R = 37.82%
G = 27.38%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A37696 (or 0xA37696) is known color: Bouquet. HEX triplet: A3, 76 and 96. RGB value is (163,118,150). Sum of RGB (Red+Green+Blue) = 163+118+150=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37696 is #5C8969. Grayscale: #878787. Windows color (decimal): -6064490 or 9860771. OLE color: 9860771.

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

Color convert

RGB 163 118 150 -
CMYK 0 0.28 0.08 0.36
HSL 317.33º 0.2% 0.55% -
HSV(B) 317.33º 0.28% 0.64% -
XYZ 27.09 22.95 31.86 -
YUV 135.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 163 118 150 0 0.28 0.08 0.36 317.33 0.2 0.55
Hex A3 76 96 0 1C 8 24 13D 14 37
Octal 243 166 226 0 34 10 44 475 24 67
Binary 10100011 1110110 10010110 0 11100 1000 100100 100111101 10100 110111

Color Harmonies of #A37696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37696

Black with #A37696

Text Example


Text Example

White with #A37696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37696; }

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

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

background-color css

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

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

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

border-color css

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

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

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