Html Css Color HEX #A48295 Bouquet

📋 copy color: '#A48295'

red 164 ◦ green 130 ◦ blue 149

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

Shades of Bouquet #A48295

Tints of Bouquet #A48295

RGB

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

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

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

R = 37.02%
G = 29.35%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A48295 (or 0xA48295) is known color: Bouquet. HEX triplet: A4, 82 and 95. RGB value is (164,130,149). Sum of RGB (Red+Green+Blue) = 164+130+149=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48295 is #5B7D6A. Grayscale: #8E8E8E. Windows color (decimal): -5995883 or 9798308. OLE color: 9798308.

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

Color convert

RGB 164 130 149 -
CMYK 0 0.21 0.09 0.36
HSL 326.47º 0.16% 0.58% -
HSV(B) 326.47º 0.21% 0.64% -
XYZ 28.72 26.03 31.94 -
YUV 142.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 164 130 149 0 0.21 0.09 0.36 326.47 0.16 0.58
Hex A4 82 95 0 15 9 24 146 10 3A
Octal 244 202 225 0 25 11 44 506 20 72
Binary 10100100 10000010 10010101 0 10101 1001 100100 101000110 10000 111010

Color Harmonies of #A48295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48295

Black with #A48295

Text Example


Text Example

White with #A48295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48295; }

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

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

background-color css

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

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

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

border-color css

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

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

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