Html Css Color HEX #A88585 Opium

📋 copy color: '#A88585'

red 168 ◦ green 133 ◦ blue 133

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

Shades of Opium #A88585

Tints of Opium #A88585

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

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

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

R = 38.71%
G = 30.65%
B = 30.65%

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

#A88585 (or 0xA88585) is known color: Opium. HEX triplet: A8, 85 and 85. RGB value is (168,133,133). Sum of RGB (Red+Green+Blue) = 168+133+133=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A88585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88585 is #577A7A. Grayscale: #8F8F8F. Windows color (decimal): -5732987 or 8750504. OLE color: 8750504.

HSL color Cylindrical-coordinate representation of color #A88585: 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 #A88585 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 133 -
CMYK 0 0.21 0.21 0.34
HSL 0.17% 0.59% -
HSV(B) 0.21% 0.66% -
XYZ 28.77 26.79 25.85 -
YUV 143.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 168 133 133 0 0.21 0.21 0.34 0 0.17 0.59
Hex A8 85 85 0 15 15 22 0 11 3B
Octal 250 205 205 0 25 25 42 0 21 73
Binary 10101000 10000101 10000101 0 10101 10101 100010 0 10001 111011

Color Harmonies of #A88585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88585

Black with #A88585

Text Example


Text Example

White with #A88585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88585; }

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

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

background-color css

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

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

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

border-color css

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

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

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