Html Css Color HEX #A28295 Bouquet

📋 copy color: '#A28295'

red 162 ◦ green 130 ◦ blue 149

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

Shades of Bouquet #A28295

Tints of Bouquet #A28295

RGB

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

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

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

R = 36.73%
G = 29.48%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A28295 (or 0xA28295) is known color: Bouquet. HEX triplet: A2, 82 and 95. RGB value is (162,130,149). Sum of RGB (Red+Green+Blue) = 162+130+149=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28295 is #5D7D6A. Grayscale: #8D8D8D. Windows color (decimal): -6126955 or 9798306. OLE color: 9798306.

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

Color convert

RGB 162 130 149 -
CMYK 0 0.20 0.08 0.36
HSL 324.38º 0.15% 0.57% -
HSV(B) 324.38º 0.2% 0.64% -
XYZ 28.31 25.82 31.92 -
YUV 141.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 162 130 149 0 0.20 0.08 0.36 324.38 0.15 0.57
Hex A2 82 95 0 14 8 24 144 F 39
Octal 242 202 225 0 24 10 44 504 17 71
Binary 10100010 10000010 10010101 0 10100 1000 100100 101000100 1111 111001

Color Harmonies of #A28295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28295

Black with #A28295

Text Example


Text Example

White with #A28295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28295; }

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

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

background-color css

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

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

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

border-color css

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

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

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