Html Css Color HEX #A28390 Bouquet

📋 copy color: '#A28390'

red 162 ◦ green 131 ◦ blue 144

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

Shades of Bouquet #A28390

Tints of Bouquet #A28390

RGB

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

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

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

R = 37.07%
G = 29.98%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A28390 (or 0xA28390) is known color: Bouquet. HEX triplet: A2, 83 and 90. RGB value is (162,131,144). Sum of RGB (Red+Green+Blue) = 162+131+144=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28390 is #5D7C6F. Grayscale: #8D8D8D. Windows color (decimal): -6126704 or 9470882. OLE color: 9470882.

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

Color convert

RGB 162 131 144 -
CMYK 0 0.19 0.11 0.36
HSL 334.84º 0.14% 0.57% -
HSV(B) 334.84º 0.19% 0.64% -
XYZ 28.05 25.93 29.91 -
YUV 141.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 162 131 144 0 0.19 0.11 0.36 334.84 0.14 0.57
Hex A2 83 90 0 13 B 24 14F E 39
Octal 242 203 220 0 23 13 44 517 16 71
Binary 10100010 10000011 10010000 0 10011 1011 100100 101001111 1110 111001

Color Harmonies of #A28390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28390

Black with #A28390

Text Example


Text Example

White with #A28390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28390; }

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

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

background-color css

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

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

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

border-color css

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

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

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