Html Css Color HEX #A48398 Bouquet

📋 copy color: '#A48398'

red 164 ◦ green 131 ◦ blue 152

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

Shades of Bouquet #A48398

Tints of Bouquet #A48398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

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

R = 36.69%
G = 29.31%
B = 34%

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

#A48398 (or 0xA48398) is known color: Bouquet. HEX triplet: A4, 83 and 98. RGB value is (164,131,152). Sum of RGB (Red+Green+Blue) = 164+131+152=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48398 is #5B7C67. Grayscale: #8F8F8F. Windows color (decimal): -5995624 or 9995172. OLE color: 9995172.

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

Color convert

RGB 164 131 152 -
CMYK 0 0.20 0.07 0.36
HSL 321.82º 0.15% 0.58% -
HSV(B) 321.82º 0.2% 0.64% -
XYZ 29.09 26.39 33.27 -
YUV 143.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 164 131 152 0 0.20 0.07 0.36 321.82 0.15 0.58
Hex A4 83 98 0 14 7 24 142 F 3A
Octal 244 203 230 0 24 7 44 502 17 72
Binary 10100100 10000011 10011000 0 10100 111 100100 101000010 1111 111010

Color Harmonies of #A48398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48398

Black with #A48398

Text Example


Text Example

White with #A48398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48398; }

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

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

background-color css

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

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

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

border-color css

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

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

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