Html Css Color HEX #A28498 Bouquet

📋 copy color: '#A28498'

red 162 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #A28498

Tints of Bouquet #A28498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.6%

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 36.32%
G = 29.6%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A28498 (or 0xA28498) is known color: Bouquet. HEX triplet: A2, 84 and 98. RGB value is (162,132,152). Sum of RGB (Red+Green+Blue) = 162+132+152=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28498 is #5D7B67. Grayscale: #8F8F8F. Windows color (decimal): -6126440 or 9995426. OLE color: 9995426.

HSL color Cylindrical-coordinate representation of color #A28498: hue angle of 320º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28498 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 132 152 -
CMYK 0 0.19 0.06 0.36
HSL 320º 0.14% 0.58% -
HSV(B) 320º 0.19% 0.64% -
XYZ 28.82 26.45 33.29 -
YUV 143.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 162 132 152 0 0.19 0.06 0.36 320 0.14 0.58
Hex A2 84 98 0 13 6 24 140 E 3A
Octal 242 204 230 0 23 6 44 500 16 72
Binary 10100010 10000100 10011000 0 10011 110 100100 101000000 1110 111010

Color Harmonies of #A28498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28498

Black with #A28498

Text Example


Text Example

White with #A28498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28498; }

 p { color: rgb(162,132,152); }

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

background-color css

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

 a { background-color: rgb(162,132,152); }

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

border-color css

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

 span { border-color: rgb(162,132,152); }

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