Html Css Color HEX #A28298 Bouquet

📋 copy color: '#A28298'

red 162 ◦ green 130 ◦ blue 152

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

Shades of Bouquet #A28298

Tints of Bouquet #A28298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 36.49%
G = 29.28%
B = 34.23%

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

#A28298 (or 0xA28298) is known color: Bouquet. HEX triplet: A2, 82 and 98. RGB value is (162,130,152). Sum of RGB (Red+Green+Blue) = 162+130+152=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A28298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28298 is #5D7D67. Grayscale: #8E8E8E. Windows color (decimal): -6126952 or 9994914. OLE color: 9994914.

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

Color convert

RGB 162 130 152 -
CMYK 0 0.20 0.06 0.36
HSL 318.75º 0.15% 0.57% -
HSV(B) 318.75º 0.2% 0.64% -
XYZ 28.55 25.91 33.2 -
YUV 142.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 162 130 152 0 0.20 0.06 0.36 318.75 0.15 0.57
Hex A2 82 98 0 14 6 24 13F F 39
Octal 242 202 230 0 24 6 44 477 17 71
Binary 10100010 10000010 10011000 0 10100 110 100100 100111111 1111 111001

Color Harmonies of #A28298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28298

Black with #A28298

Text Example


Text Example

White with #A28298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28298; }

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

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

background-color css

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

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

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

border-color css

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

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

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