Html Css Color HEX #A78482 Opium

📋 copy color: '#A78482'

red 167 ◦ green 132 ◦ blue 130

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

Shades of Opium #A78482

Tints of Opium #A78482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 38.93%
G = 30.77%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A78482 (or 0xA78482) is known color: Opium. HEX triplet: A7, 84 and 82. RGB value is (167,132,130). Sum of RGB (Red+Green+Blue) = 167+132+130=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A78482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78482 is #587B7D. Grayscale: #8E8E8E. Windows color (decimal): -5798782 or 8553639. OLE color: 8553639.

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

Color convert

RGB 167 132 130 -
CMYK 0 0.21 0.22 0.35
HSL 3.24º 0.17% 0.58% -
HSV(B) 3.24º 0.22% 0.65% -
XYZ 28.22 26.33 24.71 -
YUV 142.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 167 132 130 0 0.21 0.22 0.35 3.24 0.17 0.58
Hex A7 84 82 0 15 16 23 3 11 3A
Octal 247 204 202 0 25 26 43 3 21 72
Binary 10100111 10000100 10000010 0 10101 10110 100011 11 10001 111010

Color Harmonies of #A78482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78482

Black with #A78482

Text Example


Text Example

White with #A78482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78482; }

 p { color: rgb(167,132,130); }

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

background-color css

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

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

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

border-color css

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

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

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