Html Css Color HEX #A28395 Bouquet

📋 copy color: '#A28395'

red 162 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #A28395

Tints of Bouquet #A28395

RGB

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

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

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

R = 36.65%
G = 29.64%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A28395 (or 0xA28395) is known color: Bouquet. HEX triplet: A2, 83 and 95. RGB value is (162,131,149). Sum of RGB (Red+Green+Blue) = 162+131+149=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A28395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28395 is #5D7C6A. Grayscale: #8E8E8E. Windows color (decimal): -6126699 or 9798562. OLE color: 9798562.

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

Color convert

RGB 162 131 149 -
CMYK 0 0.19 0.08 0.36
HSL 325.16º 0.14% 0.57% -
HSV(B) 325.16º 0.19% 0.64% -
XYZ 28.44 26.08 31.97 -
YUV 142.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 162 131 149 0 0.19 0.08 0.36 325.16 0.14 0.57
Hex A2 83 95 0 13 8 24 145 E 39
Octal 242 203 225 0 23 10 44 505 16 71
Binary 10100010 10000011 10010101 0 10011 1000 100100 101000101 1110 111001

Color Harmonies of #A28395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28395

Black with #A28395

Text Example


Text Example

White with #A28395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28395; }

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

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

background-color css

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

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

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

border-color css

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

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

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