Html Css Color HEX #A48699 Bouquet

📋 copy color: '#A48699'

red 164 ◦ green 134 ◦ blue 153

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

Shades of Bouquet #A48699

Tints of Bouquet #A48699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

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

R = 36.36%
G = 29.71%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A48699 (or 0xA48699) is known color: Bouquet. HEX triplet: A4, 86 and 99. RGB value is (164,134,153). Sum of RGB (Red+Green+Blue) = 164+134+153=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A48699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48699 is #5B7966. Grayscale: #919191. Windows color (decimal): -5994855 or 10061476. OLE color: 10061476.

HSL color Cylindrical-coordinate representation of color #A48699: hue angle of 322º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48699 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 153 -
CMYK 0 0.18 0.07 0.36
HSL 322º 0.14% 0.58% -
HSV(B) 322º 0.18% 0.64% -
XYZ 29.58 27.24 33.84 -
YUV 145.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 164 134 153 0 0.18 0.07 0.36 322 0.14 0.58
Hex A4 86 99 0 12 7 24 142 E 3A
Octal 244 206 231 0 22 7 44 502 16 72
Binary 10100100 10000110 10011001 0 10010 111 100100 101000010 1110 111010

Color Harmonies of #A48699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48699

Black with #A48699

Text Example


Text Example

White with #A48699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48699; }

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

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

background-color css

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

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

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

border-color css

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

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

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