Html Css Color HEX #A98585 Opium

📋 copy color: '#A98585'

red 169 ◦ green 133 ◦ blue 133

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

Shades of Opium #A98585

Tints of Opium #A98585

RGB

 RED value IS 169 (66.41% from 255) = 38.85%

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 38.85%
G = 30.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A98585 (or 0xA98585) is known color: Opium. HEX triplet: A9, 85 and 85. RGB value is (169,133,133). Sum of RGB (Red+Green+Blue) = 169+133+133=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A98585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98585 is #567A7A. Grayscale: #8F8F8F. Windows color (decimal): -5667451 or 8750505. OLE color: 8750505.

HSL color Cylindrical-coordinate representation of color #A98585: hue angle of 0º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98585 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 133 -
CMYK 0 0.21 0.21 0.34
HSL 0.17% 0.59% -
HSV(B) 0.21% 0.66% -
XYZ 28.98 26.9 25.86 -
YUV 143.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 169 133 133 0 0.21 0.21 0.34 0 0.17 0.59
Hex A9 85 85 0 15 15 22 0 11 3B
Octal 251 205 205 0 25 25 42 0 21 73
Binary 10101001 10000101 10000101 0 10101 10101 100010 0 10001 111011

Color Harmonies of #A98585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98585

Black with #A98585

Text Example


Text Example

White with #A98585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98585; }

 p { color: rgb(169,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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