Html Css Color HEX #A28398 Bouquet

📋 copy color: '#A28398'

red 162 ◦ green 131 ◦ blue 152

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

Shades of Bouquet #A28398

Tints of Bouquet #A28398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 36.4%
G = 29.44%
B = 34.16%

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

#A28398 (or 0xA28398) is known color: Bouquet. HEX triplet: A2, 83 and 98. RGB value is (162,131,152). Sum of RGB (Red+Green+Blue) = 162+131+152=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A28398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28398 is #5D7C67. Grayscale: #8E8E8E. Windows color (decimal): -6126696 or 9995170. OLE color: 9995170.

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

Color convert

RGB 162 131 152 -
CMYK 0 0.19 0.06 0.36
HSL 319.35º 0.14% 0.57% -
HSV(B) 319.35º 0.19% 0.64% -
XYZ 28.68 26.18 33.25 -
YUV 142.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 162 131 152 0 0.19 0.06 0.36 319.35 0.14 0.57
Hex A2 83 98 0 13 6 24 13F E 39
Octal 242 203 230 0 23 6 44 477 16 71
Binary 10100010 10000011 10011000 0 10011 110 100100 100111111 1110 111001

Color Harmonies of #A28398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28398

Black with #A28398

Text Example


Text Example

White with #A28398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28398; }

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

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

background-color css

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

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

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

border-color css

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

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

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