Html Css Color HEX #A58895 Bouquet

📋 copy color: '#A58895'

red 165 ◦ green 136 ◦ blue 149

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

Shades of Bouquet #A58895

Tints of Bouquet #A58895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 36.67%
G = 30.22%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A58895 (or 0xA58895) is known color: Bouquet. HEX triplet: A5, 88 and 95. RGB value is (165,136,149). Sum of RGB (Red+Green+Blue) = 165+136+149=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A58895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58895 is #5A776A. Grayscale: #929292. Windows color (decimal): -5928811 or 9799845. OLE color: 9799845.

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

Color convert

RGB 165 136 149 -
CMYK 0 0.18 0.10 0.35
HSL 333.1º 0.14% 0.59% -
HSV(B) 333.1º 0.18% 0.65% -
XYZ 29.75 27.78 32.23 -
YUV 146.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 165 136 149 0 0.18 0.10 0.35 333.1 0.14 0.59
Hex A5 88 95 0 12 A 23 14D E 3B
Octal 245 210 225 0 22 12 43 515 16 73
Binary 10100101 10001000 10010101 0 10010 1010 100011 101001101 1110 111011

Color Harmonies of #A58895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58895

Black with #A58895

Text Example


Text Example

White with #A58895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58895; }

 p { color: rgb(165,136,149); }

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

background-color css

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

 a { background-color: rgb(165,136,149); }

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

border-color css

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

 span { border-color: rgb(165,136,149); }

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