Html Css Color HEX #A28590 Bouquet

📋 copy color: '#A28590'

red 162 ◦ green 133 ◦ blue 144

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

Shades of Bouquet #A28590

Tints of Bouquet #A28590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 36.9%
G = 30.3%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A28590 (or 0xA28590) is known color: Bouquet. HEX triplet: A2, 85 and 90. RGB value is (162,133,144). Sum of RGB (Red+Green+Blue) = 162+133+144=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28590 is #5D7A6F. Grayscale: #8E8E8E. Windows color (decimal): -6126192 or 9471394. OLE color: 9471394.

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

Color convert

RGB 162 133 144 -
CMYK 0 0.18 0.11 0.36
HSL 337.24º 0.13% 0.58% -
HSV(B) 337.24º 0.18% 0.64% -
XYZ 28.32 26.47 30 -
YUV 142.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 162 133 144 0 0.18 0.11 0.36 337.24 0.13 0.58
Hex A2 85 90 0 12 B 24 151 D 3A
Octal 242 205 220 0 22 13 44 521 15 72
Binary 10100010 10000101 10010000 0 10010 1011 100100 101010001 1101 111010

Color Harmonies of #A28590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28590

Black with #A28590

Text Example


Text Example

White with #A28590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28590; }

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

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

background-color css

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

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

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

border-color css

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

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

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