Html Css Color HEX #A48190 Bouquet

📋 copy color: '#A48190'

red 164 ◦ green 129 ◦ blue 144

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

Shades of Bouquet #A48190

Tints of Bouquet #A48190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 37.53%
G = 29.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A48190 (or 0xA48190) is known color: Bouquet. HEX triplet: A4, 81 and 90. RGB value is (164,129,144). Sum of RGB (Red+Green+Blue) = 164+129+144=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48190 is #5B7E6F. Grayscale: #8D8D8D. Windows color (decimal): -5996144 or 9470372. OLE color: 9470372.

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

Color convert

RGB 164 129 144 -
CMYK 0 0.21 0.12 0.36
HSL 334.29º 0.16% 0.57% -
HSV(B) 334.29º 0.21% 0.64% -
XYZ 28.19 25.61 29.84 -
YUV 141.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 164 129 144 0 0.21 0.12 0.36 334.29 0.16 0.57
Hex A4 81 90 0 15 C 24 14E 10 39
Octal 244 201 220 0 25 14 44 516 20 71
Binary 10100100 10000001 10010000 0 10101 1100 100100 101001110 10000 111001

Color Harmonies of #A48190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48190

Black with #A48190

Text Example


Text Example

White with #A48190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48190; }

 p { color: rgb(164,129,144); }

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

background-color css

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

 a { background-color: rgb(164,129,144); }

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

border-color css

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

 span { border-color: rgb(164,129,144); }

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