Html Css Color HEX #A48293 Bouquet

📋 copy color: '#A48293'

red 164 ◦ green 130 ◦ blue 147

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

Shades of Bouquet #A48293

Tints of Bouquet #A48293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 37.19%
G = 29.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A48293 (or 0xA48293) is known color: Bouquet. HEX triplet: A4, 82 and 93. RGB value is (164,130,147). Sum of RGB (Red+Green+Blue) = 164+130+147=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A48293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48293 is #5B7D6C. Grayscale: #8E8E8E. Windows color (decimal): -5995885 or 9667236. OLE color: 9667236.

HSL color Cylindrical-coordinate representation of color #A48293: hue angle of 330º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48293 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 147 -
CMYK 0 0.21 0.10 0.36
HSL 330º 0.16% 0.58% -
HSV(B) 330º 0.21% 0.64% -
XYZ 28.56 25.96 31.11 -
YUV 142.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 164 130 147 0 0.21 0.10 0.36 330 0.16 0.58
Hex A4 82 93 0 15 A 24 14A 10 3A
Octal 244 202 223 0 25 12 44 512 20 72
Binary 10100100 10000010 10010011 0 10101 1010 100100 101001010 10000 111010

Color Harmonies of #A48293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48293

Black with #A48293

Text Example


Text Example

White with #A48293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48293; }

 p { color: rgb(164,130,147); }

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

background-color css

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

 a { background-color: rgb(164,130,147); }

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

border-color css

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

 span { border-color: rgb(164,130,147); }

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