Html Css Color HEX #A27499 Bouquet

📋 copy color: '#A27499'

red 162 ◦ green 116 ◦ blue 153

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

Shades of Bouquet #A27499

Tints of Bouquet #A27499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 37.59%
G = 26.91%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A27499 (or 0xA27499) is known color: Bouquet. HEX triplet: A2, 74 and 99. RGB value is (162,116,153). Sum of RGB (Red+Green+Blue) = 162+116+153=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27499 is #5D8B66. Grayscale: #858585. Windows color (decimal): -6130535 or 10056866. OLE color: 10056866.

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

Color convert

RGB 162 116 153 -
CMYK 0 0.28 0.06 0.36
HSL 311.74º 0.2% 0.55% -
HSV(B) 311.74º 0.28% 0.64% -
XYZ 26.9 22.47 33.06 -
YUV 133.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 162 116 153 0 0.28 0.06 0.36 311.74 0.2 0.55
Hex A2 74 99 0 1C 6 24 138 14 37
Octal 242 164 231 0 34 6 44 470 24 67
Binary 10100010 1110100 10011001 0 11100 110 100100 100111000 10100 110111

Color Harmonies of #A27499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27499

Black with #A27499

Text Example


Text Example

White with #A27499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27499; }

 p { color: rgb(162,116,153); }

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

background-color css

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

 a { background-color: rgb(162,116,153); }

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

border-color css

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

 span { border-color: rgb(162,116,153); }

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