Html Css Color HEX #A28198 Bouquet

📋 copy color: '#A28198'

red 162 ◦ green 129 ◦ blue 152

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

Shades of Bouquet #A28198

Tints of Bouquet #A28198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 36.57%
G = 29.12%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A28198 (or 0xA28198) is known color: Bouquet. HEX triplet: A2, 81 and 98. RGB value is (162,129,152). Sum of RGB (Red+Green+Blue) = 162+129+152=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28198 is #5D7E67. Grayscale: #8D8D8D. Windows color (decimal): -6127208 or 9994658. OLE color: 9994658.

HSL color Cylindrical-coordinate representation of color #A28198: hue angle of 318.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28198 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 152 -
CMYK 0 0.20 0.06 0.36
HSL 318.18º 0.15% 0.57% -
HSV(B) 318.18º 0.2% 0.64% -
XYZ 28.42 25.65 33.16 -
YUV 141.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 162 129 152 0 0.20 0.06 0.36 318.18 0.15 0.57
Hex A2 81 98 0 14 6 24 13E F 39
Octal 242 201 230 0 24 6 44 476 17 71
Binary 10100010 10000001 10011000 0 10100 110 100100 100111110 1111 111001

Color Harmonies of #A28198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28198

Black with #A28198

Text Example


Text Example

White with #A28198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28198; }

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

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

background-color css

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

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

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

border-color css

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

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

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