Html Css Color HEX #A27997 Bouquet

📋 copy color: '#A27997'

red 162 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #A27997

Tints of Bouquet #A27997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 37.33%
G = 27.88%
B = 34.79%

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

#A27997 (or 0xA27997) is known color: Bouquet. HEX triplet: A2, 79 and 97. RGB value is (162,121,151). Sum of RGB (Red+Green+Blue) = 162+121+151=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A27997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27997 is #5D8668. Grayscale: #888888. Windows color (decimal): -6129257 or 9927074. OLE color: 9927074.

HSL color Cylindrical-coordinate representation of color #A27997: hue angle of 316.1º 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 #A27997 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 151 -
CMYK 0 0.25 0.07 0.36
HSL 316.1º 0.18% 0.55% -
HSV(B) 316.1º 0.25% 0.64% -
XYZ 27.32 23.59 32.39 -
YUV 136.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 162 121 151 0 0.25 0.07 0.36 316.1 0.18 0.55
Hex A2 79 97 0 19 7 24 13C 12 37
Octal 242 171 227 0 31 7 44 474 22 67
Binary 10100010 1111001 10010111 0 11001 111 100100 100111100 10010 110111

Color Harmonies of #A27997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27997

Black with #A27997

Text Example


Text Example

White with #A27997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27997; }

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

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

background-color css

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

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

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

border-color css

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

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

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