Html Css Color HEX #A08592 Bouquet

📋 copy color: '#A08592'

red 160 ◦ green 133 ◦ blue 146

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

Shades of Bouquet #A08592

Tints of Bouquet #A08592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.3%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 36.45%
G = 30.3%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A08592 (or 0xA08592) is known color: Bouquet. HEX triplet: A0, 85 and 92. RGB value is (160,133,146). Sum of RGB (Red+Green+Blue) = 160+133+146=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08592 is #5F7A6D. Grayscale: #8E8E8E. Windows color (decimal): -6257262 or 9602464. OLE color: 9602464.

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

Color convert

RGB 160 133 146 -
CMYK 0 0.17 0.09 0.37
HSL 331.11º 0.12% 0.57% -
HSV(B) 331.11º 0.17% 0.63% -
XYZ 28.07 26.32 30.8 -
YUV 142.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 160 133 146 0 0.17 0.09 0.37 331.11 0.12 0.57
Hex A0 85 92 0 11 9 25 14B C 39
Octal 240 205 222 0 21 11 45 513 14 71
Binary 10100000 10000101 10010010 0 10001 1001 100101 101001011 1100 111001

Color Harmonies of #A08592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08592

Black with #A08592

Text Example


Text Example

White with #A08592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08592; }

 p { color: rgb(160,133,146); }

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

background-color css

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

 a { background-color: rgb(160,133,146); }

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

border-color css

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

 span { border-color: rgb(160,133,146); }

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