Html Css Color HEX #A27995 Bouquet

📋 copy color: '#A27995'

red 162 ◦ green 121 ◦ blue 149

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

Shades of Bouquet #A27995

Tints of Bouquet #A27995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 37.5%
G = 28.01%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A27995 (or 0xA27995) is known color: Bouquet. HEX triplet: A2, 79 and 95. RGB value is (162,121,149). Sum of RGB (Red+Green+Blue) = 162+121+149=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27995 is #5D866A. Grayscale: #888888. Windows color (decimal): -6129259 or 9796002. OLE color: 9796002.

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

Color convert

RGB 162 121 149 -
CMYK 0 0.25 0.08 0.36
HSL 319.02º 0.18% 0.55% -
HSV(B) 319.02º 0.25% 0.64% -
XYZ 27.16 23.53 31.54 -
YUV 136.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 162 121 149 0 0.25 0.08 0.36 319.02 0.18 0.55
Hex A2 79 95 0 19 8 24 13F 12 37
Octal 242 171 225 0 31 10 44 477 22 67
Binary 10100010 1111001 10010101 0 11001 1000 100100 100111111 10010 110111

Color Harmonies of #A27995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27995

Black with #A27995

Text Example


Text Example

White with #A27995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27995; }

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

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

background-color css

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

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

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

border-color css

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

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

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