Html Css Color HEX #A58695 Bouquet

📋 copy color: '#A58695'

red 165 ◦ green 134 ◦ blue 149

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

Shades of Bouquet #A58695

Tints of Bouquet #A58695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 36.83%
G = 29.91%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A58695 (or 0xA58695) is known color: Bouquet. HEX triplet: A5, 86 and 95. RGB value is (165,134,149). Sum of RGB (Red+Green+Blue) = 165+134+149=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A58695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58695 is #5A796A. Grayscale: #909090. Windows color (decimal): -5929323 or 9799333. OLE color: 9799333.

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

Color convert

RGB 165 134 149 -
CMYK 0 0.19 0.10 0.35
HSL 330.97º 0.15% 0.59% -
HSV(B) 330.97º 0.19% 0.65% -
XYZ 29.47 27.22 32.13 -
YUV 144.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 165 134 149 0 0.19 0.10 0.35 330.97 0.15 0.59
Hex A5 86 95 0 13 A 23 14B F 3B
Octal 245 206 225 0 23 12 43 513 17 73
Binary 10100101 10000110 10010101 0 10011 1010 100011 101001011 1111 111011

Color Harmonies of #A58695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58695

Black with #A58695

Text Example


Text Example

White with #A58695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58695; }

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

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

background-color css

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

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

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

border-color css

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

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

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