Html Css Color HEX #A27996 Bouquet

📋 copy color: '#A27996'

red 162 ◦ green 121 ◦ blue 150

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

Shades of Bouquet #A27996

Tints of Bouquet #A27996

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

 GREEN value IS 121 (47.66% from 255) = 27.94%

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

R = 37.41%
G = 27.94%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A27996 (or 0xA27996) is known color: Bouquet. HEX triplet: A2, 79 and 96. RGB value is (162,121,150). Sum of RGB (Red+Green+Blue) = 162+121+150=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A27996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27996 is #5D8669. Grayscale: #888888. Windows color (decimal): -6129258 or 9861538. OLE color: 9861538.

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

Color convert

RGB 162 121 150 -
CMYK 0 0.25 0.07 0.36
HSL 317.56º 0.18% 0.55% -
HSV(B) 317.56º 0.25% 0.64% -
XYZ 27.24 23.56 31.97 -
YUV 136.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 162 121 150 0 0.25 0.07 0.36 317.56 0.18 0.55
Hex A2 79 96 0 19 7 24 13E 12 37
Octal 242 171 226 0 31 7 44 476 22 67
Binary 10100010 1111001 10010110 0 11001 111 100100 100111110 10010 110111

Color Harmonies of #A27996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27996

Black with #A27996

Text Example


Text Example

White with #A27996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27996; }

 p { color: rgb(162,121,150); }

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

background-color css

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

 a { background-color: rgb(162,121,150); }

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

border-color css

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

 span { border-color: rgb(162,121,150); }

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