Html Css Color HEX #A48798 Bouquet

📋 copy color: '#A48798'

red 164 ◦ green 135 ◦ blue 152

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

Shades of Bouquet #A48798

Tints of Bouquet #A48798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.93%

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 36.36%
G = 29.93%
B = 33.7%

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

#A48798 (or 0xA48798) is known color: Bouquet. HEX triplet: A4, 87 and 98. RGB value is (164,135,152). Sum of RGB (Red+Green+Blue) = 164+135+152=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A48798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48798 is #5B7867. Grayscale: #919191. Windows color (decimal): -5994600 or 9996196. OLE color: 9996196.

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

Color convert

RGB 164 135 152 -
CMYK 0 0.18 0.07 0.36
HSL 324.83º 0.14% 0.59% -
HSV(B) 324.83º 0.18% 0.64% -
XYZ 29.64 27.49 33.45 -
YUV 145.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 164 135 152 0 0.18 0.07 0.36 324.83 0.14 0.59
Hex A4 87 98 0 12 7 24 145 E 3B
Octal 244 207 230 0 22 7 44 505 16 73
Binary 10100100 10000111 10011000 0 10010 111 100100 101000101 1110 111011

Color Harmonies of #A48798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48798

Black with #A48798

Text Example


Text Example

White with #A48798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48798; }

 p { color: rgb(164,135,152); }

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

background-color css

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

 a { background-color: rgb(164,135,152); }

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

border-color css

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

 span { border-color: rgb(164,135,152); }

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