Html Css Color HEX #A58195 Bouquet

📋 copy color: '#A58195'

red 165 ◦ green 129 ◦ blue 149

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

Shades of Bouquet #A58195

Tints of Bouquet #A58195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 37.25%
G = 29.12%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A58195 (or 0xA58195) is known color: Bouquet. HEX triplet: A5, 81 and 95. RGB value is (165,129,149). Sum of RGB (Red+Green+Blue) = 165+129+149=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A58195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58195 is #5A7E6A. Grayscale: #8E8E8E. Windows color (decimal): -5930603 or 9798053. OLE color: 9798053.

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

Color convert

RGB 165 129 149 -
CMYK 0 0.22 0.10 0.35
HSL 326.67º 0.17% 0.58% -
HSV(B) 326.67º 0.22% 0.65% -
XYZ 28.79 25.87 31.91 -
YUV 142.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 165 129 149 0 0.22 0.10 0.35 326.67 0.17 0.58
Hex A5 81 95 0 16 A 23 147 11 3A
Octal 245 201 225 0 26 12 43 507 21 72
Binary 10100101 10000001 10010101 0 10110 1010 100011 101000111 10001 111010

Color Harmonies of #A58195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58195

Black with #A58195

Text Example


Text Example

White with #A58195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58195; }

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

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

background-color css

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

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

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

border-color css

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

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

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