Html Css Color HEX #A48093 Bouquet

📋 copy color: '#A48093'

red 164 ◦ green 128 ◦ blue 147

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

Shades of Bouquet #A48093

Tints of Bouquet #A48093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 37.36%
G = 29.16%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A48093 (or 0xA48093) is known color: Bouquet. HEX triplet: A4, 80 and 93. RGB value is (164,128,147). Sum of RGB (Red+Green+Blue) = 164+128+147=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48093 is #5B7F6C. Grayscale: #8C8C8C. Windows color (decimal): -5996397 or 9666724. OLE color: 9666724.

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

Color convert

RGB 164 128 147 -
CMYK 0 0.22 0.10 0.36
HSL 328.33º 0.17% 0.57% -
HSV(B) 328.33º 0.22% 0.64% -
XYZ 28.3 25.44 31.02 -
YUV 140.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 164 128 147 0 0.22 0.10 0.36 328.33 0.17 0.57
Hex A4 80 93 0 16 A 24 148 11 39
Octal 244 200 223 0 26 12 44 510 21 71
Binary 10100100 10000000 10010011 0 10110 1010 100100 101001000 10001 111001

Color Harmonies of #A48093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48093

Black with #A48093

Text Example


Text Example

White with #A48093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48093; }

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

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

background-color css

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

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

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

border-color css

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

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

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