Html Css Color HEX #A78585 Opium

📋 copy color: '#A78585'

red 167 ◦ green 133 ◦ blue 133

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

Shades of Opium #A78585

Tints of Opium #A78585

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

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

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

R = 38.57%
G = 30.72%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A78585 (or 0xA78585) is known color: Opium. HEX triplet: A7, 85 and 85. RGB value is (167,133,133). Sum of RGB (Red+Green+Blue) = 167+133+133=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A78585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78585 is #587A7A. Grayscale: #8F8F8F. Windows color (decimal): -5798523 or 8750503. OLE color: 8750503.

HSL color Cylindrical-coordinate representation of color #A78585: hue angle of 0º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78585 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 133 133 -
CMYK 0 0.20 0.20 0.35
HSL 0.16% 0.59% -
HSV(B) 0.2% 0.65% -
XYZ 28.56 26.68 25.84 -
YUV 143.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 167 133 133 0 0.20 0.20 0.35 0 0.16 0.59
Hex A7 85 85 0 14 14 23 0 10 3B
Octal 247 205 205 0 24 24 43 0 20 73
Binary 10100111 10000101 10000101 0 10100 10100 100011 0 10000 111011

Color Harmonies of #A78585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78585

Black with #A78585

Text Example


Text Example

White with #A78585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78585; }

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

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

background-color css

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

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

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

border-color css

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

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

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