Html Css Color HEX #A58A96 Bouquet

📋 copy color: '#A58A96'

red 165 ◦ green 138 ◦ blue 150

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

Shades of Bouquet #A58A96

Tints of Bouquet #A58A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 36.42%
G = 30.46%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A58A96 (or 0xA58A96) is known color: Bouquet. HEX triplet: A5, 8A and 96. RGB value is (165,138,150). Sum of RGB (Red+Green+Blue) = 165+138+150=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58A96 is #5A7569. Grayscale: #939393. Windows color (decimal): -5928298 or 9865893. OLE color: 9865893.

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

Color convert

RGB 165 138 150 -
CMYK 0 0.16 0.09 0.35
HSL 333.33º 0.13% 0.59% -
HSV(B) 333.33º 0.16% 0.65% -
XYZ 30.11 28.38 32.74 -
YUV 147.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 165 138 150 0 0.16 0.09 0.35 333.33 0.13 0.59
Hex A5 8A 96 0 10 9 23 14D D 3B
Octal 245 212 226 0 20 11 43 515 15 73
Binary 10100101 10001010 10010110 0 10000 1001 100011 101001101 1101 111011

Color Harmonies of #A58A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A96

Black with #A58A96

Text Example


Text Example

White with #A58A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A96; }

 p { color: rgb(165,138,150); }

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

background-color css

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

 a { background-color: rgb(165,138,150); }

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

border-color css

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

 span { border-color: rgb(165,138,150); }

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