Html Css Color HEX #A28596 Bouquet

📋 copy color: '#A28596'

red 162 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #A28596

Tints of Bouquet #A28596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 36.4%
G = 29.89%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A28596 (or 0xA28596) is known color: Bouquet. HEX triplet: A2, 85 and 96. RGB value is (162,133,150). Sum of RGB (Red+Green+Blue) = 162+133+150=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A28596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28596 is #5D7A69. Grayscale: #8F8F8F. Windows color (decimal): -6126186 or 9864610. OLE color: 9864610.

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

Color convert

RGB 162 133 150 -
CMYK 0 0.18 0.07 0.36
HSL 324.83º 0.13% 0.58% -
HSV(B) 324.83º 0.18% 0.64% -
XYZ 28.79 26.66 32.48 -
YUV 143.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 162 133 150 0 0.18 0.07 0.36 324.83 0.13 0.58
Hex A2 85 96 0 12 7 24 145 D 3A
Octal 242 205 226 0 22 7 44 505 15 72
Binary 10100010 10000101 10010110 0 10010 111 100100 101000101 1101 111010

Color Harmonies of #A28596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28596

Black with #A28596

Text Example


Text Example

White with #A28596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28596; }

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

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

background-color css

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

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

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

border-color css

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

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

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