Html Css Color HEX #A08396 Bouquet

📋 copy color: '#A08396'

red 160 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #A08396

Tints of Bouquet #A08396

RGB

 RED value IS 160 (62.89% from 255) = 36.28%

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 36.28%
G = 29.71%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A08396 (or 0xA08396) is known color: Bouquet. HEX triplet: A0, 83 and 96. RGB value is (160,131,150). Sum of RGB (Red+Green+Blue) = 160+131+150=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08396 is #5F7C69. Grayscale: #8D8D8D. Windows color (decimal): -6257770 or 9864096. OLE color: 9864096.

HSL color Cylindrical-coordinate representation of color #A08396: hue angle of 320.69º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08396 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 150 -
CMYK 0 0.18 0.06 0.37
HSL 320.69º 0.13% 0.57% -
HSV(B) 320.69º 0.18% 0.63% -
XYZ 28.12 25.91 32.37 -
YUV 141.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 160 131 150 0 0.18 0.06 0.37 320.69 0.13 0.57
Hex A0 83 96 0 12 6 25 141 D 39
Octal 240 203 226 0 22 6 45 501 15 71
Binary 10100000 10000011 10010110 0 10010 110 100101 101000001 1101 111001

Color Harmonies of #A08396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08396

Black with #A08396

Text Example


Text Example

White with #A08396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08396; }

 p { color: rgb(160,131,150); }

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

background-color css

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

 a { background-color: rgb(160,131,150); }

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

border-color css

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

 span { border-color: rgb(160,131,150); }

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