Html Css Color HEX #A48395 Bouquet

📋 copy color: '#A48395'

red 164 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #A48395

Tints of Bouquet #A48395

RGB

 RED value IS 164 (64.45% from 255) = 36.94%

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

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

R = 36.94%
G = 29.5%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48395 (or 0xA48395) is known color: Bouquet. HEX triplet: A4, 83 and 95. RGB value is (164,131,149). Sum of RGB (Red+Green+Blue) = 164+131+149=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A48395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48395 is #5B7C6A. Grayscale: #8E8E8E. Windows color (decimal): -5995627 or 9798564. OLE color: 9798564.

HSL color Cylindrical-coordinate representation of color #A48395: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48395 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 149 -
CMYK 0 0.20 0.09 0.36
HSL 327.27º 0.15% 0.58% -
HSV(B) 327.27º 0.2% 0.64% -
XYZ 28.85 26.3 31.99 -
YUV 142.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 164 131 149 0 0.20 0.09 0.36 327.27 0.15 0.58
Hex A4 83 95 0 14 9 24 147 F 3A
Octal 244 203 225 0 24 11 44 507 17 72
Binary 10100100 10000011 10010101 0 10100 1001 100100 101000111 1111 111010

Color Harmonies of #A48395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48395

Black with #A48395

Text Example


Text Example

White with #A48395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48395; }

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

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

background-color css

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

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

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

border-color css

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

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

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