Html Css Color HEX #A58698 Bouquet

📋 copy color: '#A58698'

red 165 ◦ green 134 ◦ blue 152

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

Shades of Bouquet #A58698

Tints of Bouquet #A58698

RGB

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

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

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

R = 36.59%
G = 29.71%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A58698 (or 0xA58698) is known color: Bouquet. HEX triplet: A5, 86 and 98. RGB value is (165,134,152). Sum of RGB (Red+Green+Blue) = 165+134+152=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A58698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58698 is #5A7967. Grayscale: #919191. Windows color (decimal): -5929320 or 9995941. OLE color: 9995941.

HSL color Cylindrical-coordinate representation of color #A58698: hue angle of 325.16º 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 #A58698 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 152 -
CMYK 0 0.19 0.08 0.35
HSL 325.16º 0.15% 0.59% -
HSV(B) 325.16º 0.19% 0.65% -
XYZ 29.71 27.32 33.41 -
YUV 145.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 165 134 152 0 0.19 0.08 0.35 325.16 0.15 0.59
Hex A5 86 98 0 13 8 23 145 F 3B
Octal 245 206 230 0 23 10 43 505 17 73
Binary 10100101 10000110 10011000 0 10011 1000 100011 101000101 1111 111011

Color Harmonies of #A58698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58698

Black with #A58698

Text Example


Text Example

White with #A58698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58698; }

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

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

background-color css

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

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

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

border-color css

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

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

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