Html Css Color HEX #A48685 Opium

📋 copy color: '#A48685'

red 164 ◦ green 134 ◦ blue 133

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

Shades of Opium #A48685

Tints of Opium #A48685

RGB

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

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

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

R = 38.05%
G = 31.09%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A48685 (or 0xA48685) is known color: Opium. HEX triplet: A4, 86 and 85. RGB value is (164,134,133). Sum of RGB (Red+Green+Blue) = 164+134+133=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48685 is #5B797A. Grayscale: #8E8E8E. Windows color (decimal): -5994875 or 8750756. OLE color: 8750756.

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

Color convert

RGB 164 134 133 -
CMYK 0 0.18 0.19 0.36
HSL 1.94º 0.15% 0.58% -
HSV(B) 1.94º 0.19% 0.64% -
XYZ 28.07 26.64 25.85 -
YUV 142.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 164 134 133 0 0.18 0.19 0.36 1.94 0.15 0.58
Hex A4 86 85 0 12 13 24 2 F 3A
Octal 244 206 205 0 22 23 44 2 17 72
Binary 10100100 10000110 10000101 0 10010 10011 100100 10 1111 111010

Color Harmonies of #A48685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48685

Black with #A48685

Text Example


Text Example

White with #A48685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48685; }

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

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

background-color css

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

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

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

border-color css

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

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

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