Html Css Color HEX #A28095 Bouquet

📋 copy color: '#A28095'

red 162 ◦ green 128 ◦ blue 149

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

Shades of Bouquet #A28095

Tints of Bouquet #A28095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 149 (58.59% from 255) = 33.94%

R = 36.9%
G = 29.16%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A28095 (or 0xA28095) is known color: Bouquet. HEX triplet: A2, 80 and 95. RGB value is (162,128,149). Sum of RGB (Red+Green+Blue) = 162+128+149=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28095 is #5D7F6A. Grayscale: #8C8C8C. Windows color (decimal): -6127467 or 9797794. OLE color: 9797794.

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

Color convert

RGB 162 128 149 -
CMYK 0 0.21 0.08 0.36
HSL 322.94º 0.15% 0.57% -
HSV(B) 322.94º 0.21% 0.64% -
XYZ 28.04 25.29 31.84 -
YUV 140.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 162 128 149 0 0.21 0.08 0.36 322.94 0.15 0.57
Hex A2 80 95 0 15 8 24 143 F 39
Octal 242 200 225 0 25 10 44 503 17 71
Binary 10100010 10000000 10010101 0 10101 1000 100100 101000011 1111 111001

Color Harmonies of #A28095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28095

Black with #A28095

Text Example


Text Example

White with #A28095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28095; }

 p { color: rgb(162,128,149); }

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

background-color css

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

 a { background-color: rgb(162,128,149); }

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

border-color css

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

 span { border-color: rgb(162,128,149); }

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