Html Css Color HEX #A28296 Bouquet

📋 copy color: '#A28296'

red 162 ◦ green 130 ◦ blue 150

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

Shades of Bouquet #A28296

Tints of Bouquet #A28296

RGB

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

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

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

R = 36.65%
G = 29.41%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A28296 (or 0xA28296) is known color: Bouquet. HEX triplet: A2, 82 and 96. RGB value is (162,130,150). Sum of RGB (Red+Green+Blue) = 162+130+150=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A28296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28296 is #5D7D69. Grayscale: #8D8D8D. Windows color (decimal): -6126954 or 9863842. OLE color: 9863842.

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

Color convert

RGB 162 130 150 -
CMYK 0 0.20 0.07 0.36
HSL 322.5º 0.15% 0.57% -
HSV(B) 322.5º 0.2% 0.64% -
XYZ 28.39 25.85 32.35 -
YUV 141.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 162 130 150 0 0.20 0.07 0.36 322.5 0.15 0.57
Hex A2 82 96 0 14 7 24 142 F 39
Octal 242 202 226 0 24 7 44 502 17 71
Binary 10100010 10000010 10010110 0 10100 111 100100 101000010 1111 111001

Color Harmonies of #A28296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28296

Black with #A28296

Text Example


Text Example

White with #A28296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28296; }

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

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

background-color css

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

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

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

border-color css

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

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

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