Html Css Color HEX #A48391 Bouquet

📋 copy color: '#A48391'

red 164 ◦ green 131 ◦ blue 145

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

Shades of Bouquet #A48391

Tints of Bouquet #A48391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 37.27%
G = 29.77%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A48391 (or 0xA48391) is known color: Bouquet. HEX triplet: A4, 83 and 91. RGB value is (164,131,145). Sum of RGB (Red+Green+Blue) = 164+131+145=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A48391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48391 is #5B7C6E. Grayscale: #8E8E8E. Windows color (decimal): -5995631 or 9536420. OLE color: 9536420.

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

Color convert

RGB 164 131 145 -
CMYK 0 0.20 0.12 0.36
HSL 334.55º 0.15% 0.58% -
HSV(B) 334.55º 0.2% 0.64% -
XYZ 28.54 26.17 30.34 -
YUV 142.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 164 131 145 0 0.20 0.12 0.36 334.55 0.15 0.58
Hex A4 83 91 0 14 C 24 14F F 3A
Octal 244 203 221 0 24 14 44 517 17 72
Binary 10100100 10000011 10010001 0 10100 1100 100100 101001111 1111 111010

Color Harmonies of #A48391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48391

Black with #A48391

Text Example


Text Example

White with #A48391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48391; }

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

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

background-color css

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

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

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

border-color css

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

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

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