Html Css Color HEX #A28598 Bouquet

📋 copy color: '#A28598'

red 162 ◦ green 133 ◦ blue 152

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

Shades of Bouquet #A28598

Tints of Bouquet #A28598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 36.24%
G = 29.75%
B = 34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A28598 (or 0xA28598) is known color: Bouquet. HEX triplet: A2, 85 and 98. RGB value is (162,133,152). Sum of RGB (Red+Green+Blue) = 162+133+152=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A28598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28598 is #5D7A67. Grayscale: #8F8F8F. Windows color (decimal): -6126184 or 9995682. OLE color: 9995682.

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

Color convert

RGB 162 133 152 -
CMYK 0 0.18 0.06 0.36
HSL 320.69º 0.13% 0.58% -
HSV(B) 320.69º 0.18% 0.64% -
XYZ 28.96 26.72 33.34 -
YUV 143.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 162 133 152 0 0.18 0.06 0.36 320.69 0.13 0.58
Hex A2 85 98 0 12 6 24 141 D 3A
Octal 242 205 230 0 22 6 44 501 15 72
Binary 10100010 10000101 10011000 0 10010 110 100100 101000001 1101 111010

Color Harmonies of #A28598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28598

Black with #A28598

Text Example


Text Example

White with #A28598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28598; }

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

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

background-color css

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

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

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

border-color css

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

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

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