Html Css Color HEX #A58394 Bouquet

📋 copy color: '#A58394'

red 165 ◦ green 131 ◦ blue 148

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

Shades of Bouquet #A58394

Tints of Bouquet #A58394

RGB

 RED value IS 165 (64.84% from 255) = 37.16%

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

 BLUE value IS 148 (58.2% from 255) = 33.33%

R = 37.16%
G = 29.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A58394 (or 0xA58394) is known color: Bouquet. HEX triplet: A5, 83 and 94. RGB value is (165,131,148). Sum of RGB (Red+Green+Blue) = 165+131+148=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A58394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58394 is #5A7C6B. Grayscale: #8F8F8F. Windows color (decimal): -5930092 or 9733029. OLE color: 9733029.

HSL color Cylindrical-coordinate representation of color #A58394: hue angle of 330º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58394 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 131 148 -
CMYK 0 0.21 0.10 0.35
HSL 330º 0.16% 0.58% -
HSV(B) 330º 0.21% 0.65% -
XYZ 28.98 26.37 31.58 -
YUV 143.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 165 131 148 0 0.21 0.10 0.35 330 0.16 0.58
Hex A5 83 94 0 15 A 23 14A 10 3A
Octal 245 203 224 0 25 12 43 512 20 72
Binary 10100101 10000011 10010100 0 10101 1010 100011 101001010 10000 111010

Color Harmonies of #A58394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58394

Black with #A58394

Text Example


Text Example

White with #A58394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58394; }

 p { color: rgb(165,131,148); }

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

background-color css

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

 a { background-color: rgb(165,131,148); }

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

border-color css

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

 span { border-color: rgb(165,131,148); }

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