Html Css Color HEX #A08398 Bouquet

📋 copy color: '#A08398'

red 160 ◦ green 131 ◦ blue 152

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

Shades of Bouquet #A08398

Tints of Bouquet #A08398

RGB

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

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

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

R = 36.12%
G = 29.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A08398 (or 0xA08398) is known color: Bouquet. HEX triplet: A0, 83 and 98. RGB value is (160,131,152). Sum of RGB (Red+Green+Blue) = 160+131+152=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A08398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08398 is #5F7C67. Grayscale: #8E8E8E. Windows color (decimal): -6257768 or 9995168. OLE color: 9995168.

HSL color Cylindrical-coordinate representation of color #A08398: hue angle of 316.55º 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 #A08398 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 152 -
CMYK 0 0.18 0.05 0.37
HSL 316.55º 0.13% 0.57% -
HSV(B) 316.55º 0.18% 0.63% -
XYZ 28.28 25.97 33.23 -
YUV 142.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 160 131 152 0 0.18 0.05 0.37 316.55 0.13 0.57
Hex A0 83 98 0 12 5 25 13D D 39
Octal 240 203 230 0 22 5 45 475 15 71
Binary 10100000 10000011 10011000 0 10010 101 100101 100111101 1101 111001

Color Harmonies of #A08398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08398

Black with #A08398

Text Example


Text Example

White with #A08398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08398; }

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

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

background-color css

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

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

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

border-color css

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

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

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