Html Css Color HEX #A48682 Opium

📋 copy color: '#A48682'

red 164 ◦ green 134 ◦ blue 130

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

Shades of Opium #A48682

Tints of Opium #A48682

RGB

 RED value IS 164 (64.45% from 255) = 38.32%

 GREEN value IS 134 (52.73% from 255) = 31.31%

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

R = 38.32%
G = 31.31%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48682 (or 0xA48682) is known color: Opium. HEX triplet: A4, 86 and 82. RGB value is (164,134,130). Sum of RGB (Red+Green+Blue) = 164+134+130=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48682 is #5B797D. Grayscale: #8E8E8E. Windows color (decimal): -5994878 or 8554148. OLE color: 8554148.

HSL color Cylindrical-coordinate representation of color #A48682: hue angle of 7.06º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48682 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 130 -
CMYK 0 0.18 0.21 0.36
HSL 7.06º 0.16% 0.58% -
HSV(B) 7.06º 0.21% 0.64% -
XYZ 27.86 26.55 24.78 -
YUV 142.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 164 134 130 0 0.18 0.21 0.36 7.06 0.16 0.58
Hex A4 86 82 0 12 15 24 7 10 3A
Octal 244 206 202 0 22 25 44 7 20 72
Binary 10100100 10000110 10000010 0 10010 10101 100100 111 10000 111010

Color Harmonies of #A48682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48682

Black with #A48682

Text Example


Text Example

White with #A48682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48682; }

 p { color: rgb(164,134,130); }

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

background-color css

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

 a { background-color: rgb(164,134,130); }

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

border-color css

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

 span { border-color: rgb(164,134,130); }

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