Html Css Color HEX #A48299 Bouquet

📋 copy color: '#A48299'

red 164 ◦ green 130 ◦ blue 153

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

Shades of Bouquet #A48299

Tints of Bouquet #A48299

RGB

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

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

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

R = 36.69%
G = 29.08%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48299 (or 0xA48299) is known color: Bouquet. HEX triplet: A4, 82 and 99. RGB value is (164,130,153). Sum of RGB (Red+Green+Blue) = 164+130+153=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48299 is #5B7D66. Grayscale: #8E8E8E. Windows color (decimal): -5995879 or 10060452. OLE color: 10060452.

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

Color convert

RGB 164 130 153 -
CMYK 0 0.21 0.07 0.36
HSL 319.41º 0.16% 0.58% -
HSV(B) 319.41º 0.21% 0.64% -
XYZ 29.04 26.16 33.66 -
YUV 142.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 164 130 153 0 0.21 0.07 0.36 319.41 0.16 0.58
Hex A4 82 99 0 15 7 24 13F 10 3A
Octal 244 202 231 0 25 7 44 477 20 72
Binary 10100100 10000010 10011001 0 10101 111 100100 100111111 10000 111010

Color Harmonies of #A48299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48299

Black with #A48299

Text Example


Text Example

White with #A48299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48299; }

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

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

background-color css

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

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

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

border-color css

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

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

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