Html Css Color HEX #A48499 Bouquet

📋 copy color: '#A48499'

red 164 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #A48499

Tints of Bouquet #A48499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 36.53%
G = 29.4%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48499 (or 0xA48499) is known color: Bouquet. HEX triplet: A4, 84 and 99. RGB value is (164,132,153). Sum of RGB (Red+Green+Blue) = 164+132+153=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A48499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48499 is #5B7B66. Grayscale: #8F8F8F. Windows color (decimal): -5995367 or 10060964. OLE color: 10060964.

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

Color convert

RGB 164 132 153 -
CMYK 0 0.20 0.07 0.36
HSL 320.63º 0.15% 0.58% -
HSV(B) 320.63º 0.2% 0.64% -
XYZ 29.31 26.69 33.74 -
YUV 143.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 164 132 153 0 0.20 0.07 0.36 320.63 0.15 0.58
Hex A4 84 99 0 14 7 24 141 F 3A
Octal 244 204 231 0 24 7 44 501 17 72
Binary 10100100 10000100 10011001 0 10100 111 100100 101000001 1111 111010

Color Harmonies of #A48499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48499

Black with #A48499

Text Example


Text Example

White with #A48499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48499; }

 p { color: rgb(164,132,153); }

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

background-color css

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

 a { background-color: rgb(164,132,153); }

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

border-color css

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

 span { border-color: rgb(164,132,153); }

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