Html Css Color HEX #A08297 Bouquet

📋 copy color: '#A08297'

red 160 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #A08297

Tints of Bouquet #A08297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 36.28%
G = 29.48%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A08297 (or 0xA08297) is known color: Bouquet. HEX triplet: A0, 82 and 97. RGB value is (160,130,151). Sum of RGB (Red+Green+Blue) = 160+130+151=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A08297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08297 is #5F7D68. Grayscale: #8D8D8D. Windows color (decimal): -6258025 or 9929376. OLE color: 9929376.

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

Color convert

RGB 160 130 151 -
CMYK 0 0.19 0.06 0.37
HSL 318º 0.14% 0.57% -
HSV(B) 318º 0.19% 0.63% -
XYZ 28.07 25.67 32.75 -
YUV 141.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 160 130 151 0 0.19 0.06 0.37 318 0.14 0.57
Hex A0 82 97 0 13 6 25 13E E 39
Octal 240 202 227 0 23 6 45 476 16 71
Binary 10100000 10000010 10010111 0 10011 110 100101 100111110 1110 111001

Color Harmonies of #A08297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08297

Black with #A08297

Text Example


Text Example

White with #A08297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08297; }

 p { color: rgb(160,130,151); }

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

background-color css

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

 a { background-color: rgb(160,130,151); }

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

border-color css

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

 span { border-color: rgb(160,130,151); }

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